Skip to content

Commit 31d4dc4

Browse files
committed
Fix test docstrings
1 parent 8c9dcd0 commit 31d4dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_example_plot(tmp_path: Path):
9-
"""Test example plot (Only check )"""
9+
"""Test example plot"""
1010
fmri = sns.load_dataset("fmri")
1111
ax1 = pw.Brick(figsize=(3, 2))
1212
sns.lineplot(

0 commit comments

Comments
 (0)