Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 12, 2023
1 parent cfa0c37 commit 338a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyfileindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_project_single_empty_dir(self):
self.assertEqual(fi_with_filter_diff[0], p_name)
self.assertEqual(fi_without_filter_diff[0], p_name)
self.assertEqual(fi_debug_diff[0], p_name)
if os.name == "nt":
if os.name != "nt":
fi_with_filter_sub = self.fi_with_filter.open(p_name)
fi_without_filter_sub = self.fi_without_filter.open(p_name)
fi_debug_sub = self.fi_debug.open(p_name)
Expand Down

0 comments on commit 338a39b

Please sign in to comment.