Files
nixpkgs/pkgs/by-name/go/goat-cli/mock-fix.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
362 B
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/pkg/goatfile/unmarshal_test.go b/pkg/goatfile/unmarshal_test.go
index 089e89f..5b4191b 100644
--- a/pkg/goatfile/unmarshal_test.go
+++ b/pkg/goatfile/unmarshal_test.go
@@ -8,7 +8,6 @@ import (
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
- "github.com/studio-b12/goat/mocks"
"github.com/studio-b12/goat/pkg/set"
)