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

Skip to content

Commit 3f3559b

Browse files
committed
fix weird nolint formatting
1 parent 9753283 commit 3f3559b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent/agent_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,8 @@ func TestAgent_ReconnectingPTYContainer(t *testing.T) {
19981998
// You can run it manually as follows:
19991999
//
20002000
// CODER_TEST_USE_DOCKER=1 go test -count=1 ./agent -run TestAgent_DevcontainerAutostart
2001-
// nolint: paralleltest // This test sets an environment variable.
2001+
//
2002+
//nolint:paralleltest // This test sets an environment variable.
20022003
func TestAgent_DevcontainerAutostart(t *testing.T) {
20032004
if os.Getenv("CODER_TEST_USE_DOCKER") != "1" {
20042005
t.Skip("Set CODER_TEST_USE_DOCKER=1 to run this test")

0 commit comments

Comments
 (0)