Skip to content

Commit

Permalink
Update test_svo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Mar 5, 2021
1 parent 8c06419 commit 43eba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svo_filters/test_svo.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_dir(self):

def test_update(self):
"""Test that the update works"""
svo.filters(update=True)
svo.filters(filter_directory=None, update=True)

def test_filter_dtypes(self):
"""Test if a table of filters is returned"""
Expand Down

0 comments on commit 43eba4f

Please sign in to comment.