Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
da440dil committed Aug 7, 2019
1 parent ee097d7 commit a75fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestCounterError(t *testing.T) {
assert.Equal(t, v, err.Error())
}

func TestDefaultGateway(t *testing.T) {
func TestCounterDefaultGateway(t *testing.T) {
c, err := New(Limit, TTL)
assert.NoError(t, err)
assert.IsType(t, &Counter{}, c)
Expand Down

0 comments on commit a75fb88

Please sign in to comment.