Skip to content

Commit 4c70aaa

Browse files
jaaydenhEmyrk
andauthored
Update coderd/database/querier_test.go
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
1 parent 74ef3de commit 4c70aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/querier_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2968,7 +2968,7 @@ func TestOrganizationDeleteTrigger(t *testing.T) {
29682968
ID: orgA.Org.ID,
29692969
})
29702970
require.Error(t, err)
2971-
// cannot delete organization: organization has 1 workspaces and 1 templates that must be deleted first
2971+
// cannot delete organization: organization has 0 workspaces and 1 templates that must be deleted first
29722972
require.ErrorContains(t, err, "cannot delete organization")
29732973
require.ErrorContains(t, err, "has 0 workspaces")
29742974
require.ErrorContains(t, err, "1 templates")

0 commit comments

Comments
 (0)