Skip to content

Commit

Permalink
tests: Fixing test-time-0947 (#7093)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matajoh authored Oct 3, 2024
1 parent 0be0f77 commit c74b50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/cases/testdata/v0/time/test-time-0947.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cases:
time.now_ns(t0)
test.sleep("10ms")
time.now_ns(t1)
t1 = t2
t0 == t1
}
note: time/time caching
query: data.generated.p = x
Expand Down
2 changes: 1 addition & 1 deletion test/cases/testdata/v1/time/test-time-0947.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cases:
time.now_ns(t0)
test.sleep("10ms")
time.now_ns(t1)
t1 = t2
t0 == t1
}
data: {}
want_result:
Expand Down

0 comments on commit c74b50a

Please sign in to comment.