Skip to content

Commit

Permalink
fix bug in tests with booleans capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaansinghvi07 committed Feb 15, 2025
1 parent 86018c1 commit 6bfc2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_teewrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ def test_included_outattrs(a, b):

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

0 comments on commit 6bfc2b9

Please sign in to comment.