clean up duplicate test case

This commit is contained in:
Denis Bilenko 2024-12-09 17:42:42 +01:00
parent bf0ef9eabf
commit d4f30604f9
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ func TestCheckMatch(t *testing.T) {
ConfiguredBefore: "main",
ConfiguredAfter: "main",
},
{
Fetched: "",
ConfiguredBefore: "main",
ConfiguredAfter: "main",
},
}
for _, test := range tests {