Skip to content

Commit

Permalink
"Default workspace" got renamed to "Production workspace"
Browse files Browse the repository at this point in the history
  • Loading branch information
bverbeken committed Dec 2, 2024
1 parent 49f181c commit 27c0e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Workspaces/ListActiveWorkspacesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function test()
return $workspace->name;
});

self::assertEquals(["ws3", "ws1", "Default workspace"], array_values($workspaceNames));
self::assertEquals(["ws3", "ws1", "Production workspace"], array_values($workspaceNames));
}

public function test_filter()
Expand Down
2 changes: 1 addition & 1 deletion tests/Workspaces/ListWorkspacesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function test()
return $workspace->name;
});

self::assertEquals(["ws3", "ws2", "ws1", "Default workspace"], array_values($workspaceNames));
self::assertEquals(["ws3", "ws2", "ws1", "Production workspace"], array_values($workspaceNames));
}

public function test_filter()
Expand Down

0 comments on commit 27c0e72

Please sign in to comment.