Skip to content

Commit c99c202

Browse files
committed
fixing tests
1 parent ebd2b10 commit c99c202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Properties/DataView.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Data.ArrayBuffer.DataView as DV
77
import Data.ArrayBuffer.DataView.Gen (genDataView, genWithOffsetAndValue, WithOffsetAndValue(..))
88
import Data.ArrayBuffer.Typed.Gen (genFloat32, genFloat64, genInt16, genInt32, genInt8, genUint16, genUint32, genUint8)
99
import Data.ArrayBuffer.Types (Float32, Float64, Int16, Int32, Int8, Uint16, Uint32, Uint8)
10-
import Data.ArrayBuffer.ValueMapping (class BytesPerValue)
10+
import Data.ArrayBuffer.ValueMapping (class BytesPerValue, class ShowArrayViewType, class BinaryValue)
1111
import Data.Maybe (Maybe(..))
1212
import Data.Typelevel.Num (class Nat, D1, D2, D4, D8)
1313
import Data.UInt (UInt)
@@ -37,10 +37,10 @@ type TestableViewF a name b n t q =
3737
=> Ord t
3838
=> Semiring t
3939
=> BytesPerValue a b
40-
=> DV.ShowArrayViewType a name
40+
=> BinaryValue a t
41+
=> ShowArrayViewType a name
4142
=> IsSymbol name
4243
=> Nat b
43-
=> DV.DataView a t
4444
=> WithOffsetAndValue n a t
4545
-> q
4646

0 commit comments

Comments
 (0)