diff options
Diffstat (limited to 'cmd/mbf/daemon_test.go')
| -rw-r--r-- | cmd/mbf/daemon_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/daemon_test.go b/cmd/mbf/daemon_test.go index 97b3ba9b..58456f67 100644 --- a/cmd/mbf/daemon_test.go +++ b/cmd/mbf/daemon_test.go @@ -15,8 +15,8 @@ import ( "time" "hakurei.app/check" - "hakurei.app/internal/pkg" "hakurei.app/message" + "hakurei.app/pkg" ) func TestNoReply(t *testing.T) { |
