Skip to content

Commit d66afa0

Browse files
committed
Update
1 parent b65cdc4 commit d66afa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test *args:
1313
test-integration *args:
1414
#!/bin/bash
1515
trap 'echo; docker compose down --remove-orphans' EXIT
16-
docker compose run --build --rm app .venv/bin/pytest tests/integration.py --no-cov {{args}}
16+
docker compose run --build --rm app .venv/bin/pytest packages/stompman/test_stompman/integration.py --no-cov {{args}}
1717

1818
run-artemis:
1919
#!/bin/bash

0 commit comments

Comments
 (0)