Skip to content

Commit

Permalink
chore: fix a typo (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored May 29, 2023
1 parent 569994b commit d02c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestBasicContentAnalyzer(t *testing.T) {
t.Fatalf("expected trimming tempdir from excluded not to have error: %v", err)
}
if !tc.expectedExcluded.Equals(collections.SliceToSet(excludePathsTrimmed)) {
t.Fatalf("expected excludsions:\n%v\ngot:\n%v", tc.expectedExcluded, excludedPaths)
t.Fatalf("expected exclusions:\n%v\ngot:\n%v", tc.expectedExcluded, excludedPaths)
}
})
}
Expand Down

0 comments on commit d02c0e9

Please sign in to comment.