Skip to content

Commit 89645b1

Browse files
committed
Lint
1 parent 77be059 commit 89645b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/clitest/golden.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ func prepareTestData(t *testing.T) (*codersdk.Client, map[string]string) {
170170
// This needs to be a fixed timezone because timezones increase the length
171171
// of timestamp strings. The increased length can pad table formatting's
172172
// and differ the table header spacings.
173+
//nolint:gocritic
173174
db, pubsub := dbtestutil.NewDB(t, dbtestutil.WithTimezone("UTC"))
174175
rootClient := coderdtest.New(t, &coderdtest.Options{
175176
Database: db,

0 commit comments

Comments
 (0)