diff --git a/cmd/spectre/main_test.go b/cmd/spectre/main_test.go index 7f885cc87a08df4353a1e71ebc8c2174d63c0f30..9c563e24c3e1f835cd7cdb789cebe0c07cd188e5 100644 --- a/cmd/spectre/main_test.go +++ b/cmd/spectre/main_test.go @@ -2,9 +2,8 @@ package main import ( _ "embed" - "testing" - + "go.jolheiser.com/go-spectre/testdata" - "go.jolheiser.com/go-spectre/testdata" + "testing" ) // These are the exact same tests as spectre_test.go diff --git a/spectre_test.go b/spectre_test.go index 96d27151a845a446397982891adfbf55b5f2ad78..51bc572a503ddf26d4bf31a542614397cb443b38 100644 --- a/spectre_test.go +++ b/spectre_test.go @@ -3,11 +3,11 @@ import ( _ "embed" "fmt" + "go.jolheiser.com/go-spectre/testdata" "strconv" "testing" "go.jolheiser.com/go-spectre" - "go.jolheiser.com/go-spectre/testdata" ) func TestSpectre(t *testing.T) {