Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jan 7, 2025
1 parent 0503ff4 commit f70c693
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/utils/test_poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ def test_simplify_schema(capsys):
r'matches\s*39\s*412\s*'
r'players\s*5\s*378\s*'
r'teams\s*1\s*173004\s*'
r"We recommend simplifying your metadata schema using 'sdv.utils.poc.simplify_schema'."
r' If this is not possible, please visit datacebo.com and reach out to us for '
r'enterprise solutions.'
r'We recommend simplifying your metadata schema using '
r"'sdv.utils.poc.simplify_schema'\.\s*"
r'If this is not possible, please visit '
r'datacebo.com and reach out to us for enterprise solutions\.'
)
expected_message_after = re.compile(
r'Success! The schema has been simplified\.\s+'
Expand Down

0 comments on commit f70c693

Please sign in to comment.