Skip to content

Commit

Permalink
test: be explicit about the linters disabled for TestParse
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Nov 11, 2018
1 parent 2272086 commit b0226cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestIsReference(t *testing.T) {
})
}

// nolint
// nolint: gocyclo, dupl
func TestString(t *testing.T) {

t.Run("assembles a DID", func(t *testing.T) {
Expand Down

0 comments on commit b0226cf

Please sign in to comment.