1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00
This commit is contained in:
2019-03-28 21:33:28 +01:00
parent 429814c29b
commit b25f2d6213
10 changed files with 143 additions and 82 deletions

View File

@ -40,5 +40,5 @@ test_that("mo_history works", {
expect_equal(as.character(as.mo("testsubject", force_mo_history = TRUE)), "B_ESCHR_COL")
expect_equal(colnames(read_mo_history(force = TRUE)),
c("x", "mo", "uncertainty_level", "package_version"))
c("x", "mo", "uncertainty_level", "package_v"))
})