Skip to content

Commit 2b54672

Browse files
committed
fix test
1 parent 65ca927 commit 2b54672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-process.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test_that('process', {
4444
# Verify correct message to monitor
4545
expect_identical(mq$count(), 1L)
4646
msg <- mq$receive(timeout_ms = 0)
47-
expect_identical(msg, paste(ppid, dir_sem(p_dir), tempdir()))
47+
expect_identical(msg, paste(ppid, dir_sem(p_dir), dir_create(tempdir())))
4848

4949

5050

0 commit comments

Comments
 (0)