Skip to content

Commit

Permalink
move unit test to tests/unit/graph
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed May 7, 2024
1 parent 2ced87f commit 5ba1495
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
UnitTestSelectorMethod,
VersionSelectorMethod,
)
from tests.unit.utils import replace_config
from tests.unit.utils.manifest import (
make_exposure,
make_group,
Expand All @@ -42,8 +43,6 @@
make_unit_test,
)

from .utils import replace_config


def search_manifest_using_method(manifest, method, selection):
selected = method.search(
Expand Down

0 comments on commit 5ba1495

Please sign in to comment.