diff options
Diffstat (limited to 'service/entry_test.go')
-rw-r--r-- | service/entry_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/entry_test.go b/service/entry_test.go index 67f982ba..b5c71a10 100644 --- a/service/entry_test.go +++ b/service/entry_test.go @@ -1,8 +1,8 @@ package service import ( - "testing" "github.com/stretchr/testify/assert" + "testing" ) func TestEntry_CanServeFalse(t *testing.T) { |