Skip to content

Commit

Permalink
[dagster-airlift] fix unit test directory structure (#24167)
Browse files Browse the repository at this point in the history
Unit test directory structure should mirror the project structure.
  • Loading branch information
dpeng817 authored Sep 4, 2024
1 parent 2359587 commit ead2863
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
from dagster._core.definitions.events import AssetMaterialization
from dagster._core.test_utils import freeze_time

from .conftest import assert_expected_key_order, build_and_invoke_sensor
from dagster_airlift_tests.unit_tests.conftest import (
assert_expected_key_order,
build_and_invoke_sensor,
)


def test_dag_and_task_metadata() -> None:
Expand Down

0 comments on commit ead2863

Please sign in to comment.