Skip to content

Commit c2752de

Browse files
dsprayberryAndy Luskuttleman
committed
Fix typo
Co-authored-by: Andy Lu <andy.lu@qlik.com> Co-authored-by: Ben Allred <ben.allred@qlik.com>
1 parent cf90d07 commit c2752de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
command: |
2323
source /usr/local/share/virtualenvs/tap-clubspeed/bin/activate
2424
uv pip install pytest coverage
25-
coverage run -m pytests tests
25+
coverage run -m pytest tests
2626
coverage html
2727
2828
workflows:

0 commit comments

Comments
 (0)