Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Krish Patel committed Aug 10, 2023
1 parent 9ee20a3 commit eed3cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openadapt/test_scrub.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_scrub_address() -> None:
"""Test that the address is scrubbed."""
assert (
scrub.scrub_text("My address is 123 Main St, Toronto, On, CAN.")
== "My address is 123 Main St, <LOCATION>, On, <LOCATION>."
== "My address is 123 Main St, <LOCATION>, <LOCATION>, <LOCATION>."
)


Expand Down

0 comments on commit eed3cc1

Please sign in to comment.