Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update auditors/all/all_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dani <[email protected]>
  • Loading branch information
genevieveluyt and dani-santos-code authored Jul 13, 2021
1 parent 221989e commit d10a64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditors/all/all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d10a64c

Please sign in to comment.