Skip to content

Commit f391117

Browse files
akoclaude
andcommitted
fix: add missing strings import in version_filter_test.go
The containsNonComment helper uses strings.Split and strings.TrimSpace but the import was missing. Only visible with -tags=integration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2be0b81 commit f391117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mdl/executor/version_filter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
package executor
66

77
import (
8+
"strings"
89
"testing"
910

1011
"github.com/mendixlabs/mxcli/sdk/mpr/version"

0 commit comments

Comments
 (0)