From 13f2a864da3aa26acf264475f248a54b3f6645d8 Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Thu, 18 Sep 2025 14:22:52 +0100 Subject: [PATCH] (v3.0.0.9035) fix mo_pathogenicity unit test following MycoBank bugfix --- DESCRIPTION | 2 +- NEWS.md | 2 +- tests/testthat/test-mo_property.R | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4139d2488..57a0f635d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 3.0.0.9034 +Version: 3.0.0.9035 Date: 2025-09-18 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 2b0b5530e..918a9fadb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 3.0.0.9034 +# AMR 3.0.0.9035 This is a bugfix release following the release of v3.0.0 in June 2025. diff --git a/tests/testthat/test-mo_property.R b/tests/testthat/test-mo_property.R index 34c77b3c7..25e66180c 100644 --- a/tests/testthat/test-mo_property.R +++ b/tests/testthat/test-mo_property.R @@ -115,7 +115,7 @@ test_that("test-mo_property.R", { expect_equal( as.character(table(mo_pathogenicity(example_isolates$mo))), - c("1911", "72", "1", "16") + c("1911", "66", "1", "22") ) expect_equal(mo_ref("Escherichia coli"), "Castellani et al., 1919")