Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Jun 20, 2019
1 parent deeb687 commit a8b0eb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var (
_roleList = []string{"admin", "manager", "supervisor"}
_validJSONString = `{"FirstName": "Bob", "LastName": "Smith"}`
_invalidJSONString = `{"invalid json"}`
_macaddressList = inputs{
_macaddressList = inputs{
"fc:40:2e:f1:d3:6f": true,
"87:7a:45:f6:8b:ed": true,
"a5:91:91:80:d2:fd": true,
Expand Down
1 change: 0 additions & 1 deletion rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,6 @@ func Test_MacAddress_message(t *testing.T) {
}
}


func Test_Numeric(t *testing.T) {
type user struct {
NID string `json:"nid"`
Expand Down

0 comments on commit a8b0eb4

Please sign in to comment.