diff --git a/auditors/all/all_test.go b/auditors/all/all_test.go index 0a6b8c19..a1d56f30 100644 --- a/auditors/all/all_test.go +++ b/auditors/all/all_test.go @@ -141,7 +141,7 @@ func TestGetEnabledAuditors(t *testing.T) { expectedAuditors: AuditorNames, }, { - // If some auditors are explicitly disabled, the rest shou;d default to being enabled + // If some auditors are explicitly disabled, the rest should default to being enabled testName: "Some enabled, some disabled", enabledAuditors: map[string]bool{ "asat": true,