Skip to content

Commit

Permalink
Fix tests issue
Browse files Browse the repository at this point in the history
  • Loading branch information
promans718 committed Oct 4, 2024
1 parent ecdb84c commit a24e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolium/test/utils/test_dataset_replace_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,4 @@ def test_replace_param_title():
param = replace_param('[TITLE:holahola]')
assert param == "Holahola"
param = replace_param('[TITLE:hOlA]')
assert param == "Hola"
assert param == "HOlA"

0 comments on commit a24e2bf

Please sign in to comment.