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 4f16343 commit e139b5aCopy full SHA for e139b5a
1 file changed
tests/unit/assert_snapshot_test.sh
@@ -89,7 +89,7 @@ function test_assert_match_snapshot_with_placeholder() {
89
local snapshot_path="$temp_dir/assert_snapshot_test_sh.test_assert_match_snapshot_with_placeholder.snapshot"
90
echo 'Run at ::ignore::' > "$snapshot_path"
91
92
- assert_empty "$(assert_match_snapshot "Run at $(date)" "$snapshot_path")"
+ assert_empty "$(assert_match_snapshot "Run at $(date -u '+%F %T UTC')" "$snapshot_path")"
93
94
rm -rf "$temp_dir"
95
}
0 commit comments