fix unit test

This commit is contained in:
Mario
2023-10-05 21:57:30 +02:00
parent 7badd5b655
commit fd57d6ed92

View File

@ -1,9 +1,9 @@
package protocols package protocols
import ( import (
"beelzebub/parser"
"beelzebub/tracer"
"errors" "errors"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/tracer"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"testing" "testing"
) )