Skip to content

Commit

Permalink
resolver_test: fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Apr 3, 2020
1 parent 8da4129 commit 7b61844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolver/resolver_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
. "github.com/onsi/gomega"
)

func TestValidator(t *testing.T) {
func TestResolver(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Resolver Suite")
}

0 comments on commit 7b61844

Please sign in to comment.