Skip to content

Commit

Permalink
Migrate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 7, 2022
1 parent 212620f commit 3839ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/interactive/test-tar_watch.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tar_script({
tar_make() # Stop early.
tar_watch(background = FALSE)

# Should see starged branches in the table.
# Should see started branches in the table.
library(targets)
tar_destroy()
tar_script({
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/test-stems.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ large_pipeline <- pipeline_init(targets)
px <- pprof(local_init(pipeline = large_pipeline)$run())
tar_destroy()

# With API and priorities
# With interface and priorities
tar_script({
x0 <- 1
targets <- lapply(seq_len(1e3), function(id) {
Expand Down

0 comments on commit 3839ee2

Please sign in to comment.