1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 19:41:58 +02:00

(v1.7.1.9028) fix unit test

This commit is contained in:
2021-08-20 00:08:31 +02:00
parent 41f35c73cd
commit e4de7f5055
7 changed files with 15 additions and 16 deletions

View File

@ -24,7 +24,6 @@
# ==================================================================== #
expect_identical(ab_name("AMX", language = NULL), "Amoxicillin")
expect_identical(ab_name("AMX", language = NULL, snake_case = TRUE), "amoxicillin")
expect_identical(ab_atc("AMX"), "J01CA04")
expect_identical(ab_cid("AMX"), as.integer(33613))