mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Test fix.
This commit is contained in:
parent
f9955e927e
commit
934b1fc740
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class DynamicGraphTest {
|
||||||
Thread.yield()
|
Thread.yield()
|
||||||
val expected = listOf(1, 2, 3, 5)
|
val expected = listOf(1, 2, 3, 5)
|
||||||
if (runNodes != expected) {
|
if (runNodes != expected) {
|
||||||
Assert.assertFalse("Expected $expected but got $runNodes")
|
Assert.fail("Expected $expected but got $runNodes")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue