Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60b3b01

Browse files
committed
lint
1 parent 7388277 commit 60b3b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/coderdtest/coderdtest.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ func NewWithProvisionerCloser(t *testing.T, options *Options) (*codersdk.Client,
8787
options = &Options{}
8888
}
8989
options.IncludeProvisionerD = true
90-
client, close := newWithCloser(t, options)
91-
return client, close
90+
client, closer := newWithCloser(t, options)
91+
return client, closer
9292
}
9393

9494
// newWithCloser constructs a codersdk client connected to an in-memory API instance.

0 commit comments

Comments
 (0)