X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/59eb2058e7111581645c960ba868f49f0fed152b..1178add6cefa51f73dd9a229899ea906d297be5a:/sdk/R/tests/testthat/test-Collection.R?ds=sidebyside diff --git a/sdk/R/tests/testthat/test-Collection.R b/sdk/R/tests/testthat/test-Collection.R index af03748b77..63a402dba4 100644 --- a/sdk/R/tests/testthat/test-Collection.R +++ b/sdk/R/tests/testthat/test-Collection.R @@ -215,11 +215,11 @@ test_that("move raises exception if new location is not valid", { collection <- Collection$new(api, "myUUID") expect_that(collection$move("fish", "object"), - throws_error("Element you want to move doesn't exist in the collection.", + throws_error("Content you want to move doesn't exist in the collection.", fixed = TRUE)) }) -test_that("getFileListing returns collection content received from REST service", { +test_that("getFileListing returns sorted collection content received from REST service", { collectionContent <- c("animal", "animal/fish",