We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ef3de commit 4c70aaaCopy full SHA for 4c70aaa
coderd/database/querier_test.go
@@ -2968,7 +2968,7 @@ func TestOrganizationDeleteTrigger(t *testing.T) {
2968
ID: orgA.Org.ID,
2969
})
2970
require.Error(t, err)
2971
- // cannot delete organization: organization has 1 workspaces and 1 templates that must be deleted first
+ // cannot delete organization: organization has 0 workspaces and 1 templates that must be deleted first
2972
require.ErrorContains(t, err, "cannot delete organization")
2973
require.ErrorContains(t, err, "has 0 workspaces")
2974
require.ErrorContains(t, err, "1 templates")
0 commit comments