Skip to content

Commit b0498f1

Browse files
committed
adjust test script to examine the correct domain tests locations
1 parent f38c128 commit b0498f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/test-micro-commands.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ lint "tests/Features/TradeFeatureTest.php"
4949
./vendor/bin/lucid make:job submitTradeRequest shipping
5050
examine "app/Domains/Shipping/Jobs/SubmitTradeRequestJob.php"
5151
lint "app/Domains/Shipping/Jobs/SubmitTradeRequestJob.php"
52-
examine "tests/Domains/Shipping/Jobs/SubmitTradeRequestJobTest.php"
53-
lint "tests/Domains/Shipping/Jobs/SubmitTradeRequestJobTest.php"
52+
examine "app/Domains/Shipping/Tests/Jobs/SubmitTradeRequestJobTest.php"
53+
lint "app/Domains/Shipping/Tests/Jobs/SubmitTradeRequestJobTest.php"
5454

5555
./vendor/bin/lucid make:job sail boat --queue
5656
examine "app/Domains/Boat/Jobs/SailJob.php"
5757
lint "app/Domains/Boat/Jobs/SailJob.php"
58-
examine "tests/Domains/Boat/Jobs/SailJobTest.php"
59-
lint "tests/Domains/Boat/Jobs/SailJobTest.php"
58+
examine "app/Domains/Boat/Tests/Jobs/SailJobTest.php"
59+
lint "app/Domains/Boat/Tests/Jobs/SailJobTest.php"
6060

6161
# Model
6262
./vendor/bin/lucid make:model bridge

0 commit comments

Comments
 (0)