Skip to content

Commit

Permalink
Fix unpredictable unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Pee Tankulrat authored and Pee Tankulrat committed Dec 1, 2022
1 parent 8a0744b commit 125d040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pii_anonymizer/common/tests/test_file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_should_format_input_path_to_glob(self):

def test_should_return_file_format(self):
test_cases = [
{"path": "./test_data/*", "expect": "csv"},
{"path": "./test_data/multiple_csv/*", "expect": "csv"},
{"path": "./test_data/*.csv", "expect": "csv"},
{"path": "./test_data/test_data.csv", "expect": "csv"},
{"path": "./test_data/test_data.parquet", "expect": "parquet"},
Expand Down

0 comments on commit 125d040

Please sign in to comment.