Skip to content

Commit

Permalink
Fix test messages
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
AaronJackson and manics authored Oct 16, 2024
1 parent 58dd748 commit f20218a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reverse_proxy/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
- name: ensure bioconductor package installed successfully
assert:
that: bioc_install.rc == 0
fail_msg: "Failed to install R package (dplyr) from local proxy"
success_msg: "R package (dplyr) was successfully installed via local proxy"
fail_msg: "Failed to install BiocManager from local proxy"
success_msg: "BiocManager was successfully installed via local proxy"

######################################################################
# conda-forge tests
Expand Down

0 comments on commit f20218a

Please sign in to comment.