Skip to content

Commit

Permalink
update test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Nov 14, 2023
1 parent 0ed8d4b commit cc4e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/tests/bindings/test_pre_tokenizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def test_can_modify(self):
assert pretok.replacement == "%"
pretok.add_prefix_space = True
assert pretok.add_prefix_space == True
pretok.prepend_scheme = "Never"
assert pretok.prepend_scheme == "Never"
pretok.prepend_scheme = "never"
assert pretok.prepend_scheme == "never"


class TestCharDelimiterSplit:
Expand Down

0 comments on commit cc4e4e6

Please sign in to comment.