1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-19 19:03:19 +02:00
This commit is contained in:
2022-09-23 15:18:55 +02:00
parent 729eff0a9d
commit f8b21cdf72
16 changed files with 22 additions and 23 deletions

View File

@ -103,9 +103,13 @@ expect_identical(
mo_species("Escherichia coli")
)
expect_identical(
mo_property("Escherichia coli", property = "species_id"),
mo_property("Escherichia coli", property = "lpsn"),
mo_lpsn("Escherichia coli")
)
expect_identical(
mo_property("Escherichia coli", property = "gbif"),
mo_gbif("Escherichia coli")
)
expect_identical(mo_ref("Chlamydia psittaci"), "Garcia-Lopez et al., 2019")
expect_identical(mo_ref("Chlamydophila psittaci", keep_synonyms = TRUE), "Everett et al., 1999")