Skip to content

Commit 0692abc

Browse files
committed
Test test fail
1 parent 3c8b7f0 commit 0692abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/test/kotlin/FastVectorTest.kt

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

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

50+
assertEquals(true, false)
5051
assertEquals(x, fastVec.x)
5152
assertEquals(y, fastVec.y)
5253
assertEquals(z, fastVec.z)

0 commit comments

Comments
 (0)