Skip to content

Commit 3868021

Browse files
committed
Update FastVectorTest.kt
1 parent 0692abc commit 3868021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/test/kotlin/FastVectorTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class FastVectorTest {
4747

4848
val fastVec = fastVectorOf(x, y, z)
4949

50-
assertEquals(true, false)
5150
assertEquals(x, fastVec.x)
5251
assertEquals(y, fastVec.y)
5352
assertEquals(z, fastVec.z)

0 commit comments

Comments
 (0)