Fix workbench tests to expect dirty column

This commit is contained in:
Neil Macneale IV
2025-01-27 12:15:40 -08:00
parent 9da62ebc28
commit 5bf564220c

View File

@@ -58,6 +58,7 @@ export const branchTests = [
latest_commit_message: "Initialize data repository",
remote: "",
branch: "",
dirty: 0,
},
{
name: "mybranch",
@@ -68,6 +69,7 @@ export const branchTests = [
latest_commit_message: "Create table test",
remote: "",
branch: "",
dirty: 0,
},
],
matcher: branchesMatcher,