diff options
author | Wolfy-J <[email protected]> | 2018-07-08 13:11:01 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 13:11:01 -0700 |
commit | da898982d2e8892b29824acf7c6af2f8b50878cc (patch) | |
tree | 5a37c9c6dc0c2e3e84463b3fc164ed16fb3872bd | |
parent | 73e7ac6a6ad443a7f26e8be4f1cac776b3dcff93 (diff) |
more tests
-rw-r--r-- | service/injector_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/injector_test.go b/service/injector_test.go index eaf5fa72..3a2bf405 100644 --- a/service/injector_test.go +++ b/service/injector_test.go @@ -3,7 +3,7 @@ package service import ( "testing" "github.com/stretchr/testify/assert" - "v/github.com/sirupsen/[email protected]/hooks/test" + "github.com/sirupsen/logrus/hooks/test" "github.com/sirupsen/logrus" ) |