Skip to content

Commit 6c8acb6

Browse files
test: fix clock tests
1 parent 1c334ac commit 6c8acb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/clock.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ k = ShiftIndex(d)
7878

7979
d = Clock(dt)
8080
# Note that TearingState reorders the equations
81-
@test eqmap[1] == ContinuousClock()
81+
@test eqmap[1] == d
8282
@test eqmap[2] == d
8383
@test eqmap[3] == d
84-
@test eqmap[4] == d
84+
@test eqmap[4] == ContinuousClock()
8585
@test eqmap[5] == ContinuousClock()
8686
@test eqmap[6] == ContinuousClock()
8787

0 commit comments

Comments
 (0)