mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-21 11:59:41 -06:00
Fix workbench tests to expect dirty column
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user