Skip to content

Commit 6396ba4

Browse files
committed
fixup! chore: fix tests and differences between sql and memory db
1 parent 6caeb00 commit 6396ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/templates_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func TestTemplates(t *testing.T) {
6161
err := client.UpdateWorkspaceTTL(ctx, workspace3.ID, codersdk.UpdateWorkspaceTTLRequest{
6262
TTLMillis: nil,
6363
})
64+
require.NoError(t, err)
6465

6566
updated, err := client.UpdateTemplateMeta(ctx, template.ID, codersdk.UpdateTemplateMeta{
6667
Name: template.Name,

0 commit comments

Comments
 (0)