Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Dec 12, 2023
1 parent 2edf3e8 commit cc9af23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ fn test_timestamp_op() {
42
);

engine.run("timestamp()-24>>-60").unwrap();
// Check edge case for crashes
let _ = engine.run("timestamp()-24>>-60");
}

0 comments on commit cc9af23

Please sign in to comment.