Skip to content

Commit 421f3e1

Browse files
committed
fix: 3113 zero issue and upload data
1 parent 44c4ec9 commit 421f3e1

File tree

4 files changed

+855
-855
lines changed

4 files changed

+855
-855
lines changed

data/clean/f_3113_hanhu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_table_headers(self):
5555
with self.subTest(header=header):
5656
self.assertIn(header, self.result)
5757

58-
def test_non_empty_values(self):
58+
def test_proper_values(self):
5959
"""Test that the table's values are not empty or zero."""
6060
# Extract numeric values using a regular expression
6161
values = re.findall(r'\|\s*[\d.]+\s*\|', self.result)

0 commit comments

Comments
 (0)