Skip to content

Commit 556c7bd

Browse files
fix test 016
1 parent d1c4e16 commit 556c7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/m1/016-next-day/python/test_next_day.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
is_file_empty = os.stat(file_path).st_size == 0
1212

1313

14-
@skipIf(is_file_empty, 'Empty file')
14+
@skipIf(is_file_empty, 'Empty file. Test 016 Skipped')
1515
class TestNextDay(TestCase):
1616

1717
def setUp(self) -> None:

0 commit comments

Comments
 (0)