Skip to content

Commit

Permalink
remove partial match fix
Browse files Browse the repository at this point in the history
In order to avoid conflict with r-lib#1184
  • Loading branch information
brodieG committed Sep 30, 2020
1 parent e7733d5 commit bbc7d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test_files_parallel <- function(
)

with_reporter(reporters$multi, {
parallel_update <- reporter$capabilities$parallel_updates
parallel_update <- reporter$capabilities$parallel_update
if (parallel_update) {
parallel_event_loop_smooth(queue, reporters)
} else {
Expand Down

0 comments on commit bbc7d3c

Please sign in to comment.