Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Jul 13, 2024
1 parent 7859bf7 commit 106303b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_out_file_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_overwrite_self_same_path(self):
self.assertCounter(1)
self.assertAtPath("abc", "246")


def test_overwrite_self_same_abspath(self):
self.assertCounter(0)
self.assertEqual(self.f(123, out_file=self.out_path("abc")), [123, 2])
Expand Down

0 comments on commit 106303b

Please sign in to comment.