Skip to content

Commit a8b0eb4

Browse files
committed
Fix linting issue
1 parent deeb687 commit a8b0eb4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

helper_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var (
8181
_roleList = []string{"admin", "manager", "supervisor"}
8282
_validJSONString = `{"FirstName": "Bob", "LastName": "Smith"}`
8383
_invalidJSONString = `{"invalid json"}`
84-
_macaddressList = inputs{
84+
_macaddressList = inputs{
8585
"fc:40:2e:f1:d3:6f": true,
8686
"87:7a:45:f6:8b:ed": true,
8787
"a5:91:91:80:d2:fd": true,

rules_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,6 @@ func Test_MacAddress_message(t *testing.T) {
13981398
}
13991399
}
14001400

1401-
14021401
func Test_Numeric(t *testing.T) {
14031402
type user struct {
14041403
NID string `json:"nid"`

0 commit comments

Comments
 (0)