Skip to content

Commit

Permalink
Updated test case for version check
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Apr 4, 2024
1 parent 8a4942e commit 411b61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import pytest


def test_cli_given__schemachange_version_change():
assert schemachange.cli._schemachange_version == "3.6.1"
def test_cli_given__schemachange_version_change_updated_in_setup_config_file():
assert schemachange.cli._schemachange_version == "3.6.2"


def test_cli_given__constants_exist():
Expand Down

0 comments on commit 411b61f

Please sign in to comment.