Skip to content

Commit a11cc59

Browse files
committed
📸 test(biliass): update biliass corpus
1 parent d3ec26f commit a11cc59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ release-biliass:
107107
snapshot-update:
108108
uv run pytest tests/test_biliass/test_corpus --snapshot-update
109109

110-
fetch-corpus:
111-
cd tests/test_biliass/test_corpus; uv run scripts/fetch-corpus.py
110+
fetch-corpus *ARGS:
111+
cd tests/test_biliass/test_corpus; uv run scripts/fetch-corpus.py {{ARGS}}
112112

113113
test-corpus:
114114
uv run pytest tests/test_biliass/test_corpus --capture=no -vv

0 commit comments

Comments
 (0)