Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChobobDev committed Nov 19, 2022
1 parent 65406a3 commit 2e33276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/src/function/div_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test_case!(div_mod, async move {
VALUES
(12, 3.0), (12, 34.0),
(12, NULL), (NULL, 34.0), (NULL, NULL)
"#,
",
Ok(Payload::Insert(5)),
),
(
Expand Down

0 comments on commit 2e33276

Please sign in to comment.