diff --git a/tests/testthat/test-mongo.R b/tests/testthat/test-mongo.R index 2a2f600..1787ef7 100644 --- a/tests/testthat/test-mongo.R +++ b/tests/testthat/test-mongo.R @@ -135,7 +135,7 @@ test_that("get_last_update_commit gets most recent commit", { test_that("write_update_commit writes an update", { with_mocked_update_conn(function(update_conn) { - write_update_commit(update_conn) + write_update_commit(update_conn, "ccccccc") update_res <- update_conn$find('{}')