molecule-core/workspace-server/internal/bundle
Molecule AI Core-BE 67f0173138 [core-be-agent] fix vet warnings: unused variables in hub_test and bundle_helpers_test
Per QA review of PR #794:

1. hub_test.go TestNewHub_WithAccessChecker: `called` was set but never
   read (unused variable → go vet failure). Added assertion that checks
   `called` is true after verifying the access checker was invoked.

2. bundle_helpers_test.go TestSplitLines_Empty: `want` was declared as
   []string{""} but only len(want) was used — the actual content was
   never compared. Fixed to assert len(got)==1 && got[0]=="", which
   validates the correct split behavior for an empty string.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 08:11:26 +00:00
..
bundle_helpers_test.go [core-be-agent] fix vet warnings: unused variables in hub_test and bundle_helpers_test 2026-05-13 08:11:26 +00:00
exporter.go
importer.go
types.go