Skip to content

Commit

Permalink
Typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbaldry committed Jul 16, 2024
1 parent 2b2b363 commit 028cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-example_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ test_that("01_boxes application works as expected", {
expect_identical(app$get_value(output = "n_modules"), "2")
expect_match(
app$get_value(output = "inputs"),
"create: 2.*card_2-destroy: 0.*card_3-destroy: 0"
"create: 3.*card_2-destroy: 0.*card_3-destroy: 0"
)
})

0 comments on commit 028cc29

Please sign in to comment.