Skip to content

Commit 637384d

Browse files
committed
lint
1 parent b59aadb commit 637384d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/toolsdk/toolsdk_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ func TestTools(t *testing.T) {
194194

195195
// Create a new template version to update to
196196
newVersion := dbfake.TemplateVersion(t, store).
197+
// nolint:gocritic // This is in a test package and does not end up in the build
197198
Seed(database.TemplateVersion{
198199
OrganizationID: owner.OrganizationID,
199200
CreatedBy: owner.UserID,

0 commit comments

Comments
 (0)