Skip to content

Commit

Permalink
adding no lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Mar 4, 2021
1 parent e29386d commit 9e43e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expect_formvalues.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package hit

//nolint:dupl // the methods of IExpectFormValues and IExpectHeaders are the same however the comments are different.
// IExpectFormValues provides assertions on the http response body FormValues.
type IExpectFormValues interface {
// Contains expects the specific header to contain all of the specified values.
Expand Down

0 comments on commit 9e43e0f

Please sign in to comment.