Skip to content

Commit

Permalink
Fix test func name conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Ling Samuel <[email protected]>
  • Loading branch information
lingsamuel committed Jan 28, 2021
1 parent dee768b commit 75a28ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kepctl/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)


func TestValidate(t *testing.T) {
func TestValidateQueryOpt(t *testing.T) {
testcases := []struct {
name string
queryOpts QueryOpts
Expand Down

0 comments on commit 75a28ed

Please sign in to comment.