Skip to content

Commit ee16b9a

Browse files
committed
Update resource map update test for new func signature
1 parent 0fb2001 commit ee16b9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/testthat/test_editing.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ test_that("we can update a resource map", {
6565
# Create an initial package
6666
response <- create_dummy_package(mn)
6767

68-
updated <- update_resource_map(mn, old_resource_map_pid = response$resource_map, metadata_pid = response$metadata, data_pids = response$data)
68+
updated <- update_resource_map(mn,
69+
resource_map_pid = response$resource_map,
70+
metadata_pid = response$metadata,
71+
data_pids = response$data)
6972

7073
# Check the object exists
7174
expect_true(object_exists(mn, updated))

0 commit comments

Comments
 (0)