Skip to content

Commit 79d194f

Browse files
committed
Fix test
1 parent 0ab4407 commit 79d194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_coalesce():
9696

9797

9898
def test_convert_excel_date():
99-
df = pd.read_excel('../examples/dirty_data.xlsx')
99+
df = pd.read_excel('examples/dirty_data.xlsx')
100100
df = jn.DataFrame(df).clean_names()
101101
df = convert_excel_date(df, 'hire_date')
102102

0 commit comments

Comments
 (0)