From c15d686894918bb53bf42dd1f1a48d96a93305a1 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Fri, 9 Jan 2026 22:16:22 +0100 Subject: [PATCH] options_test: remove unneeded TODO/test cases We now validate filters, so these cases can't ever crop up. Amends: b3f11ef785fa96a6d074a25d5be7d47abc61cfeb --- cmd/multibuild/options_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/multibuild/options_test.go b/cmd/multibuild/options_test.go index 5f5ff87..c847baf 100644 --- a/cmd/multibuild/options_test.go +++ b/cmd/multibuild/options_test.go @@ -37,12 +37,6 @@ func TestFilterMatches(t *testing.T) { // Full wildcard {"*/*", "windows/amd64", true}, {"*/*", "linux/arm64", true}, - - // TODO: We should filter these filter cases out, they shouldn't really ever happen. - // Invalid filter or target formats. - {"linux", "linux/amd64", false}, - {"linux/amd64", "linux", false}, - {"windows", "windows", true}, } for _, tt := range tests {