Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Nov 19, 2023
1 parent 61553f0 commit 22b5f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions openadapt/db/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"""Package for interacting with the OpenAdapt database."""

from .db import export_recording
2 changes: 1 addition & 1 deletion tests/openadapt/privacy/providers/test_presidio_scrub.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_scrub_date_of_birth() -> None:
def test_scrub_address() -> None:
"""Test that the address is scrubbed."""
assert (
scrub.scrub_text("My address is 123 Main St, Toronto, On, CAN.")
scrub.scrub_text("My address is 123 Main St, Toronto, ON, CAN.")
== "My address is 123 Main St, <LOCATION>, <LOCATION>, <LOCATION>."
)

Expand Down

0 comments on commit 22b5f0c

Please sign in to comment.