Skip to content

Commit f90337d

Browse files
committed
fix: update test expectation for renamed error message
1 parent c45882f commit f90337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime/runtime.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ describeIntegration("Runtime integration tests", () => {
948948
if (!result.success) {
949949
// Error message differs between local (git worktree) and SSH (mv command)
950950
if (type === "local") {
951-
expect(result.error).toContain("Failed to move worktree");
951+
expect(result.error).toContain("Failed to rename workspace");
952952
} else {
953953
expect(result.error).toContain("Failed to rename directory");
954954
}

0 commit comments

Comments
 (0)