Skip to content

Commit 27b98b3

Browse files
committed
Fixing unit test
1 parent 68343eb commit 27b98b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-callback.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_that("Callback outputs can be provided with or without output function", {
2424
)
2525

2626
expect_silent(
27-
app$callback(output=list(id = 'output-state', property = 'children'),
27+
app$callback(output(id = 'output-state', property = 'children'),
2828
list(input(id = 'submit-button', property = 'n_clicks'),
2929
state(id = 'input-1-state', property = 'value'),
3030
state(id = 'input-2-state', property = 'value')),

0 commit comments

Comments
 (0)