From 106303bdba3a1d94da19e965ce62774340a68109 Mon Sep 17 00:00:00 2001 From: Kavi Gupta Date: Fri, 12 Jul 2024 20:46:58 -0400 Subject: [PATCH] formatting --- tests/test_out_file_cache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_out_file_cache.py b/tests/test_out_file_cache.py index 29ea348..e3ce31d 100644 --- a/tests/test_out_file_cache.py +++ b/tests/test_out_file_cache.py @@ -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])