Skip to content

Commit

Permalink
Fix typo in species when asserting experiment load correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed Oct 10, 2023
1 parent e2f2cc4 commit e8093cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/random-data-set.bats
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
export EXP_ID=E-MTAB-2983
export FIELDS=species
species=$(get_experiment_info.sh)
run [ "$species" == "Homos sapiens" ]
run [ "$species" == "Homo sapiens" ]
echo "output = ${output}"
[ "$status" -eq 0 ]
}
Expand Down

0 comments on commit e8093cb

Please sign in to comment.