Skip to content

Commit 6bfc2b9

Browse files
fix bug in tests with booleans capitalized
1 parent 86018c1 commit 6bfc2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_teewrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ def test_included_outattrs(a, b):
9292

9393
for ext in '.pdf', '.png':
9494
assert os.path.exists(
95-
os.path.join('teeplots', f'a={a}+b={b}+hue=region+viz=lineplot+x=timepoint+y=signal+ext={ext}'),
95+
os.path.join('teeplots', f'a={a}+b={b}+hue=region+viz=lineplot+x=timepoint+y=signal+ext={ext}'.lower()),
9696
)

0 commit comments

Comments
 (0)