From fd57d6ed920aa4015e5ab847e4660c5a97b0a8be Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 5 Oct 2023 21:57:30 +0200 Subject: [PATCH] fix unit test --- protocols/protocol_manager_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/protocol_manager_test.go b/protocols/protocol_manager_test.go index 9a93323..47adf94 100644 --- a/protocols/protocol_manager_test.go +++ b/protocols/protocol_manager_test.go @@ -1,9 +1,9 @@ package protocols import ( - "beelzebub/parser" - "beelzebub/tracer" "errors" + "github.com/mariocandela/beelzebub/parser" + "github.com/mariocandela/beelzebub/tracer" "github.com/stretchr/testify/assert" "testing" )