This commit is contained in:
Taylor Bantle
2023-02-09 09:48:32 -08:00
parent dea7adac21
commit b5803a397b

View File

@@ -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` },