Skip to content

Commit

Permalink
Fix result expectations in mysql-client-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macneale4 committed Jan 18, 2024
1 parent 476dfd7 commit fb440ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const mergeTests = [
{
q: `CALL DOLT_MERGE(:branchName, "--no-ff", "-m", :commitMsg)`,
p: { branchName: "mybranch", commitMsg: "Merge mybranch into main" },
res: [{ hash: "", fast_forward: 0, conflicts: 0 }],
res: [{ hash: "", fast_forward: 0, conflicts: 0, message: "merge successful" }],
matcher: mergeMatcher,
},
{
Expand Down

0 comments on commit fb440ba

Please sign in to comment.