Skip to content

Commit 8265fd7

Browse files
committed
test fix
1 parent 18388d3 commit 8265fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"string,lineno",
1313
exdown.extract(this_dir.parent / "README.md", syntax_filter="python"),
1414
)
15-
def test_readme(string, _):
15+
def test_readme(string, lineno):
1616
exec(string)
1717

1818
# Close figure and reset defaults

0 commit comments

Comments
 (0)