From 7471c3fb9752482dccae508c34874f9b3c77dfb1 Mon Sep 17 00:00:00 2001 From: Fuad Muhic Date: Fri, 26 Jan 2018 16:09:31 +0100 Subject: [PATCH] Updated unit test name to reflect changes made to getFileListing method Arvados-DCO-1.1-Signed-off-by: Fuad Muhic --- sdk/R/tests/testthat/test-Collection.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/R/tests/testthat/test-Collection.R b/sdk/R/tests/testthat/test-Collection.R index af03748b77..0c45958ba9 100644 --- a/sdk/R/tests/testthat/test-Collection.R +++ b/sdk/R/tests/testthat/test-Collection.R @@ -219,7 +219,7 @@ test_that("move raises exception if new location is not valid", { 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", -- 2.30.2