New branch create test works

This commit is contained in:
Tim Sehn
2025-09-19 14:55:20 -07:00
parent bce98dd384
commit 67d5ae99a4

View File

@@ -117,6 +117,8 @@ teardown() {
run dolt branch -a
[ "$status" -eq 0 ]
[[ "$output" =~ "newbranch" ]] || false
dolt checkout --track origin/newbranch
}
@test "replication: push branch delete" {