X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7471c3fb9752482dccae508c34874f9b3c77dfb1..1178add6cefa51f73dd9a229899ea906d297be5a:/sdk/R/tests/testthat/test-Collection.R diff --git a/sdk/R/tests/testthat/test-Collection.R b/sdk/R/tests/testthat/test-Collection.R index 0c45958ba9..63a402dba4 100644 --- a/sdk/R/tests/testthat/test-Collection.R +++ b/sdk/R/tests/testthat/test-Collection.R @@ -215,7 +215,7 @@ 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)) })