Skip to content

Commit e6b3d8b

Browse files
committed
Update test script
1 parent d85890c commit e6b3d8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test.patch

-12 Bytes
Binary file not shown.

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ fi
2929

3030
case "$MODE" in
3131
base)
32-
pytest tests --ignore=tests/test_binary_search_duplicates.py --junitxml="$OUTPUT_PATH"
32+
pytest tests --ignore=tests/test_binary_search_leftmost.py --junitxml="$OUTPUT_PATH"
3333
;;
3434
new)
35-
pytest tests/test_binary_search_duplicates.py --junitxml="$OUTPUT_PATH"
35+
pytest tests/test_binary_search_leftmost.py --junitxml="$OUTPUT_PATH"
3636
;;
3737
esac

0 commit comments

Comments
 (0)