Skip to content

Commit 3e5e40d

Browse files
committed
fix: comment in enterprise/coderd/templates_test.go
1 parent db52150 commit 3e5e40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/templates_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ func TestTemplates(t *testing.T) {
10161016

10171017
ctx := testutil.Context(t, testutil.WaitLong)
10181018

1019-
// Should return only the deprecated templates
1019+
// Should return only the non-deprecated templates
10201020
templates, err := client.Templates(ctx, codersdk.TemplateFilter{
10211021
SearchQuery: "deprecated:false",
10221022
})

0 commit comments

Comments
 (0)