Skip to content
Merged
1 change: 1 addition & 0 deletions internal/engine/context_compaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"testing"

"github.com/GrayCodeAI/eyrie/credentials"
"github.com/GrayCodeAI/hawk/internal/provider/gateway"

Check failure on line 8 in internal/engine/context_compaction_test.go

View workflow job for this annotation

GitHub Actions / public module graph

other declaration of gateway
eyrieengine "github.com/GrayCodeAI/eyrie/engine"
"github.com/GrayCodeAI/hawk/internal/provider/gateway"

Check failure on line 10 in internal/engine/context_compaction_test.go

View workflow job for this annotation

GitHub Actions / public module graph

"github.com/GrayCodeAI/hawk/internal/provider/gateway" imported and not used

Check failure on line 10 in internal/engine/context_compaction_test.go

View workflow job for this annotation

GitHub Actions / public module graph

gateway redeclared in this block
)

func TestContextUsedTokens_PrefersAPI(t *testing.T) {
Expand Down
Loading