Skip to content

Commit

Permalink
Add test_data folder in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
runemalm committed Aug 8, 2024
1 parent 83ac906 commit 40cba46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_test/container/resolve/test_resolve_with_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from unit_test.unit_test_case import UnitTestCase

from unit_test.container.resolve.vehicle import Vehicle
from unit_test.container.resolve.vehicle import Vehicle as VehicleAlias
from unit_test.container.resolve.test_data.vehicle import Vehicle
from unit_test.container.resolve.test_data.vehicle import Vehicle as VehicleAlias


class TestResolveWithAlias(UnitTestCase):
Expand Down

0 comments on commit 40cba46

Please sign in to comment.