Skip to content

Commit af7db20

Browse files
test: add missing snapshot for tertiary_contacts() error case
The snapshot for the 'tertiary_contacts errors for unsupported organism' test added in 5cdd313 was never committed. On CI rcmdcheck runs with error_on='warning', and the missing snapshot becomes a new-snapshot warning that fails the R CMD check step.
1 parent f72cedc commit af7db20

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/testthat/_snaps/tertiary.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# tertiary_contacts errors for unsupported organism
2+
3+
Code
4+
tertiary_contacts("Mus musculus")
5+
Condition
6+
Error in `tertiary_contacts()`:
7+
! Organism "Mus musculus" is not supported.
8+
i Supported organisms: 'Escherichia coli', 'Saccharomyces cerevisiae', 'Homo sapiens'.
9+
i Use `identity_organisms()` to list them.
10+

0 commit comments

Comments
 (0)