Skip to content

Commit

Permalink
Fixed test cases for Automic
Browse files Browse the repository at this point in the history
  • Loading branch information
indraneel07 committed Sep 5, 2024
1 parent 6a41f17 commit 27d8f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/automic/demo/automic_demo_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from orbiter_translations.automic.xml_demo import translation_ruleset


def test_ssis_demo(project_root):
def test_automic_demo(project_root):
actual = translation_ruleset.translate_fn(
translation_ruleset, (project_root / "tests_copy/automic/demo/workflow/")
translation_ruleset, (project_root / "tests/automic/demo/workflow/")
)

assert list(actual.dags.keys()) == ["jobp.dummy.workflow"]
Expand Down

0 comments on commit 27d8f66

Please sign in to comment.