Skip to content

Commit

Permalink
Rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Feb 4, 2025
1 parent a6fd9a5 commit 6c8853b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/blocker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ mod legacy_rule_parsing_tests {
#[test]
fn parse_easylist() {
check_list_counts(
["./data/test/easylist.txt"],
["./data/easylist.to/easylist/easylist.txt"],
FilterFormat::Standard,
EASY_LIST,
);
Expand All @@ -1963,7 +1963,7 @@ mod legacy_rule_parsing_tests {
#[test]
fn parse_easyprivacy() {
check_list_counts(
["./data/test/easyprivacy.txt"],
["./data/easylist.to/easylist/easylist.txt"],
FilterFormat::Standard,
EASY_PRIVACY,
);
Expand All @@ -1972,7 +1972,7 @@ mod legacy_rule_parsing_tests {
#[test]
fn parse_ublock_unbreak() {
check_list_counts(
["./data/test/ublock-unbreak.txt"],
["./data/easylist.to/easylist/easylist.txt"],
FilterFormat::Standard,
UBLOCK_UNBREAK,
);
Expand Down

0 comments on commit 6c8853b

Please sign in to comment.