From 616c8ab1ae5e704c66f96aa3e1e275f2d908a8bb Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Wed, 20 Feb 2019 00:34:38 +0100 Subject: [PATCH] mo_property --- tests/testthat/test-mo_property.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-mo_property.R b/tests/testthat/test-mo_property.R index daf35929..7054a304 100644 --- a/tests/testthat/test-mo_property.R +++ b/tests/testthat/test-mo_property.R @@ -37,8 +37,8 @@ test_that("mo_property works", { expect_equal(names(mo_taxonomy("E. coli")), c("kingdom", "phylum", "class", "order", "family", "genus", "species", "subspecies")) - expect_equal(mo_ref("E. coli"), "Castellani and Chalmers, 1919") - expect_equal(mo_authors("E. coli"), "Castellani and Chalmers") + expect_equal(mo_ref("E. coli"), "Castellani et al., 1919") + expect_equal(mo_authors("E. coli"), "Castellani et al.") expect_equal(mo_year("E. coli"), 1919) expect_equal(mo_shortname("MRSA"), "S. aureus")