Skip to content

Commit

Permalink
bypassing system call for write_update_commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Sep 30, 2024
1 parent 0d254c2 commit 828468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-mongo.R
Original file line number Diff line number Diff line change
Expand Up @@ -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('{}')

Expand Down

0 comments on commit 828468d

Please sign in to comment.