mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 19:29:58 -05:00
Fix
This commit is contained in:
@@ -9,6 +9,10 @@ export const branchTests = [
|
||||
p: { newBranchName: "mybranch", fromRefName: "main" },
|
||||
res: [{ status: 0 }],
|
||||
},
|
||||
{
|
||||
q: `CALL DOLT_CLEAN('mysqldump_table', 'warehouse')`,
|
||||
res: [{ status: 0 }],
|
||||
},
|
||||
{
|
||||
q: `USE ::dbName`,
|
||||
p: { dbName: `${args.dbName}/mybranch` },
|
||||
|
||||
Reference in New Issue
Block a user