Skip to content

Commit

Permalink
Update expected output in mysql client test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktobey committed Jul 9, 2023
1 parent 725c581 commit 4425955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const viewsTests = [
{
q: "CALL DOLT_CHECKOUT('-b', :branchName)",
p: { branchName: "more-updates" },
res: [{ status: 0 }],
res: [{ status: 0, message: "Switched to branch 'more-updates'" }],
},
{
q: "SELECT * FROM ::tableName ::col0 LIMIT :limit OFFSET :offset",
Expand Down

0 comments on commit 4425955

Please sign in to comment.