Skip to content

Commit

Permalink
test: uncomment an assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 15, 2022
1 parent c7f7aaf commit 8ba6878
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,7 @@ def test_combining_with_aliases(self):
aliases.add(r"c:\ned\test", "./")
combine_parallel_data(covdata3, aliases=aliases)
self.assert_file_count(".coverage.*", 0)
# covdata3 hasn't been written yet. Should this file exist or not?
#self.assert_exists(".coverage")
self.assert_exists(".coverage")

apy = canonical_filename('./a.py')
sub_bpy = canonical_filename('./sub/b.py')
Expand Down

0 comments on commit 8ba6878

Please sign in to comment.