Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arzoopatel5 committed Jul 24, 2024
1 parent baea83d commit f84f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fi
- name: Test command line output file
run: |
if [ $(python lib/hash_sequence.py -l t/seqs.txt -o tmp.txt) = '' ] && [ -f tmp.txt ]; then
if [[ $(python lib/hash_sequence.py -l t/seqs.txt -o tmp.txt) = '' ]] && [ -f tmp.txt ]; then
echo 'correct'
else
exit 1
Expand Down

0 comments on commit f84f5ec

Please sign in to comment.