chore: tweak linter

This commit is contained in:
Steven
2024-10-11 21:05:07 +08:00
parent f467f1d9f6
commit 43d13a3edc
8 changed files with 54 additions and 57 deletions

View File

@@ -27,7 +27,7 @@ func TestUIDMatcher(t *testing.T) {
}
for _, test := range tests {
t.Run(test.input, func(t *testing.T) {
t.Run(test.input, func(*testing.T) {
result := util.UIDMatcher.MatchString(test.input)
if result != test.expected {
t.Errorf("For input '%s', expected %v but got %v", test.input, test.expected, result)