Update and move testsuite to internal package (#730)

* Regenerate test suite

* Move test suite to /internal
This commit is contained in:
Thomas Pelletier
2021-12-31 18:52:26 -05:00
committed by GitHub
parent 4a73a200ed
commit f1391952d4
8 changed files with 128 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"testing"
"github.com/pelletier/go-toml/v2"
"github.com/pelletier/go-toml/v2/testsuite"
"github.com/pelletier/go-toml/v2/internal/testsuite"
"github.com/stretchr/testify/require"
)