Skip to content

Commit 31b1298

Browse files
authored
Merge pull request #14 from stefanozanella/patch-1
Use the right variable name in the commented assertion
2 parents e3a9532 + 173a412 commit 31b1298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tasks/Request7ChannelsKtTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class Request7ChannelsKtTest {
1919
/*
2020
// TODO: uncomment this assertion
2121
Assert.assertEquals("Expected intermediate result after virtual ${expected.timeFromStart} ms:",
22-
expected.timeFromStart, virtualTime)
22+
expected.timeFromStart, time)
2323
*/
2424
Assert.assertEquals("Wrong intermediate result after $time:", expected.users, users)
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)