summaryrefslogtreecommitdiff
path: root/service/entry_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/entry_test.go')
-rw-r--r--service/entry_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/entry_test.go b/service/entry_test.go
index b5c71a10..5ca9c338 100644
--- a/service/entry_test.go
+++ b/service/entry_test.go
@@ -1,8 +1,9 @@
package service
import (
- "github.com/stretchr/testify/assert"
"testing"
+
+ "github.com/stretchr/testify/assert"
)
func TestEntry_CanServeFalse(t *testing.T) {