We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8b7f0 commit 0692abcCopy full SHA for 0692abc
common/src/test/kotlin/FastVectorTest.kt
@@ -47,6 +47,7 @@ class FastVectorTest {
47
48
val fastVec = fastVectorOf(x, y, z)
49
50
+ assertEquals(true, false)
51
assertEquals(x, fastVec.x)
52
assertEquals(y, fastVec.y)
53
assertEquals(z, fastVec.z)
0 commit comments