1
0
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:
esell
2018-10-04 13:46:34 -06:00
parent 0c5c4ebb91
commit 94f8398255

View File

@@ -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"
)