Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Removed broken test (was checking for 2 malware lists)
Browse files Browse the repository at this point in the history
I believe this was missed as part of #203
  • Loading branch information
bsclifton committed Apr 12, 2019
1 parent dc00fcc commit 5f5511b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/js/filterListTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ describe('adBlockLists', function () {
})
})
describe('malware', function () {
it('contains 2 malware lists', function () {
assert.equal(adBlockLists.malware.length, 2)
})
it('does not have langs property', function () {
adBlockLists.malware.forEach((list) => {
assert(!list.langs)
Expand Down

0 comments on commit 5f5511b

Please sign in to comment.