Skip to content

Commit

Permalink
Fix mysql e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanMaharana committed Aug 1, 2024
1 parent 0ca3d7a commit 009db82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingestion/tests/cli_e2e/test_cli_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ def expected_filtered_schema_excludes() -> int:

@staticmethod
def expected_filtered_table_includes() -> int:
return 81
return 82

@staticmethod
def expected_filtered_table_excludes() -> int:
return 4

@staticmethod
def expected_filtered_mix() -> int:
return 81
return 82

0 comments on commit 009db82

Please sign in to comment.