Skip to content

Commit c0fc247

Browse files
committed
switch to Array[Boolean]
1 parent e51343a commit c0fc247

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/shared/src/test/scala/spire/util/OptSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ class OptSuite extends munit.FunSuite {
6161
}
6262
{
6363
import spire.std.array._
64-
import spire.std.unit._
65-
val eq = Eq[Opt[Array[Unit]]]
64+
val eq = Eq[Opt[Array[Boolean]]]
6665
assert(!eq.eqv(Opt(Array.ofDim(0)), Opt.empty))
6766
}
6867
}

0 commit comments

Comments
 (0)