mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-15 20:02:56 +02:00
fix package name in errors_test.go
This commit is contained in:
@@ -3,7 +3,7 @@ package core_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/esell/ferret/pkg/runtime/core"
|
||||
"github.com/MontFerret/ferret/pkg/runtime/core"
|
||||
"github.com/pkg/errors"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
Reference in New Issue
Block a user