Skip to content

Commit

Permalink
Fix workbench tests to expect dirty column
Browse files Browse the repository at this point in the history
  • Loading branch information
macneale4 committed Jan 27, 2025
1 parent 9da62eb commit 5bf5642
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const branchTests = [
latest_commit_message: "Initialize data repository",
remote: "",
branch: "",
dirty: 0,
},
{
name: "mybranch",
Expand All @@ -68,6 +69,7 @@ export const branchTests = [
latest_commit_message: "Create table test",
remote: "",
branch: "",
dirty: 0,
},
],
matcher: branchesMatcher,
Expand Down

0 comments on commit 5bf5642

Please sign in to comment.