Skip to content

Commit

Permalink
fixing integ test failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Aug 15, 2023
1 parent a154b9d commit 05c9ca0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ public void testFailedReport() {
+ " \"result\": 'Failed',"
+ " \"sql\": \"SELECT * FROM accounts\","
+ " \"explain\": \"Data row at [0] is different: "
+ " this=[Row(values=[world])], "
+ " other=[Row(values=[hello])]\","
+ "this=[Row(values=[world])], "
+ "other=[Row(values=[hello])]\","
+ " \"errors\": \"[SQLITE_ERROR] SQL error or missing database;\","
+ " \"resultSets\": ["
+ " {"
Expand Down

0 comments on commit 05c9ca0

Please sign in to comment.