This commit is contained in:
kayos@tcp.direct 2021-08-28 02:29:15 -07:00
parent 15e52a1d95
commit 20bc1faef7
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/Sighery/gonjalla/mocks"
"git.tcp.direct/kayos/gonjalla/mocks"
)
func TestListDomainsExpected(t *testing.T) {

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/Sighery/gonjalla
module git.tcp.direct/kayos/gonjalla
go 1.14

View File

@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/Sighery/gonjalla/mocks"
"git.tcp.direct/kayos/gonjalla/mocks"
)
func TestListRecordsExpected(t *testing.T) {