We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebc9fc commit 1cfb8d3Copy full SHA for 1cfb8d3
tests/unit/clock_test.sh
@@ -79,7 +79,9 @@ function test_now_on_osx_without_perl() {
79
mock dependencies::has_python mock_false
80
mock dependencies::has_node mock_false
81
82
- assert_same "1727708708326957000" "$(clock::now)"
+ local expected
83
+ expected=$(math::calculate "(1727708708 * 1000000000) + (326957 * 1000)")
84
+ assert_same "$expected" "$(clock::now)"
85
}
86
87
function test_runtime_in_milliseconds_when_not_empty_time() {
0 commit comments