diff --git a/examples/erc20/erc20_test.go b/examples/erc20/erc20_test.go index 12685675..66e326c5 100644 --- a/examples/erc20/erc20_test.go +++ b/examples/erc20/erc20_test.go @@ -12,9 +12,9 @@ import ( . "github.com/onsi/gomega" ) -func TestCars(t *testing.T) { +func TestErc20(t *testing.T) { RegisterFailHandler(Fail) - RunSpecs(t, "Cars Suite") + RunSpecs(t, "ERC-20 Suite") } var (