We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8781d2 commit 58ce400Copy full SHA for 58ce400
tests/testthat/test-class_runtime.R
@@ -235,4 +235,5 @@ tar_test("runtime_increment_targets_run()", {
235
expect_equal(x$number_targets_run, 1L)
236
runtime_increment_targets_run(x)
237
expect_equal(x$number_targets_run, 2L)
238
+ expect_silent(runtime_validate(x))
239
})
0 commit comments