Skip to content

Commit 3a058e9

Browse files
committed
Fix tests
1 parent 019768b commit 3a058e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function setUp(): void
143143

144144
\exec('
145145
cd ./mock-server && \
146-
docker-compose build && \
146+
docker compose build && \
147147
docker compose up -d --force-recreate
148148
');
149149
}

0 commit comments

Comments
 (0)