diff --git a/test_test.go b/test_test.go index 55658ad..715ed5d 100644 --- a/test_test.go +++ b/test_test.go @@ -6,6 +6,6 @@ import ( "github.com/stretchr/testify/assert" ) -func TestThatAlwaysPass(t *testing.T) { +func TestThatAlwaysPasses(t *testing.T) { assert.Equal(t, 1, 1) }