Move testlib to internal

This commit is contained in:
9seconds
2021-04-02 21:32:06 +03:00
parent 2fe04c7c9b
commit 24fdec6694
19 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"io"
"testing"
"github.com/9seconds/mtg/v2/internal/testlib"
"github.com/9seconds/mtg/v2/logger"
"github.com/9seconds/mtg/v2/testlib"
"github.com/stretchr/testify/suite"
)