Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 6bcfc1e

Browse files
committed
test/system: remove nolint:testpackage requirement
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
1 parent fbf5c04 commit 6bcfc1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/system/clc_snippets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// +build aws aws_edge packet
1616
// +build e2e
1717

18-
package system //nolint:testpackage
18+
package system_test
1919

2020
import (
2121
"context"

test/system/ssh_keys_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// +build aws aws_edge baremetal packet
1616
// +build e2e
1717

18-
package system //nolint:testpackage
18+
package system_test
1919

2020
import (
2121
"context"

0 commit comments

Comments
 (0)