Skip to content

Commit

Permalink
test: remove focus in list_cache suite (0xERR0R#990)
Browse files Browse the repository at this point in the history
Accidentally left `FIt` when committing the test.
  • Loading branch information
ThinkChaos authored Apr 13, 2023
1 parent 015b565 commit 8253075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lists/list_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ var _ = Describe("ListCache", func() {
BeforeEach(func() {
maxErrorsPerFile = 0
})
FIt("should fail parsing", func() {
It("should fail parsing", func() {
lists := map[string][]string{
"gr1": {
inlineList("invaliddomain!"), // too many errors since `maxErrorsPerFile` is 0
Expand Down

0 comments on commit 8253075

Please sign in to comment.