mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 07:51:57 +02:00
Fix translatable strings
This commit is contained in:
@ -280,7 +280,7 @@ expect_equal(length(summary(example_isolates$mo)), 6)
|
||||
|
||||
# WHONET codes and NA/NaN
|
||||
expect_equal(
|
||||
as.character(as.mo(c("xxx", "na", "nan"), debug = TRUE)),
|
||||
as.character(as.mo(c("xxx", "na", "nan"))),
|
||||
rep(NA_character_, 3)
|
||||
)
|
||||
expect_equal(as.character(as.mo("con")), "UNKNOWN")
|
||||
|
Reference in New Issue
Block a user