Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update erc20_test.go (#33)
Browse files Browse the repository at this point in the history
Rename test with proper description
  • Loading branch information
kukgini authored and vitiko committed Dec 4, 2019
1 parent 539548a commit 3530d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/erc20/erc20_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 3530d27

Please sign in to comment.