diff --git a/tests/proj/project3/gel.toml b/tests/proj/project3/gel.toml index c64f9c7e..8d93fdc7 100644 --- a/tests/proj/project3/gel.toml +++ b/tests/proj/project3/gel.toml @@ -8,7 +8,7 @@ schema-dir = "./database_schema" project.init.before = "true" project.init.after = "true" branch.switch.before = "true" -branch.switch.after = "edgedb branch current --plain >> branch.log" +branch.switch.after = "gel branch current --plain >> branch.log" branch.wipe.before = "true" branch.wipe.after = "true" migration.apply.before = "true"