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

Commit

Permalink
Removed filter from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkamins7 committed Jul 27, 2020
1 parent 4c2a58d commit 05afc99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def test_importation():

assert_file("data/geodata.csv")
assert_file("data/mobility.txt")
assert_file("data/filter.txt")
assert_dir("data/shp")
assert_dir("importation")

Expand All @@ -130,7 +129,6 @@ def test_report():

assert_file("data/geodata.csv")
assert_file("data/mobility.csv")
assert_file("data/filter.txt")
assert_dir("data/shp")
assert_dir("importation")
assert_dir("notebooks")
Expand Down

0 comments on commit 05afc99

Please sign in to comment.