diff options
Diffstat (limited to 'state_test.go')
-rw-r--r-- | state_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/state_test.go b/state_test.go index c13c5a88..10547a4b 100644 --- a/state_test.go +++ b/state_test.go @@ -1,8 +1,9 @@ package roadrunner import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func Test_NewState(t *testing.T) { |