Skip to content

Commit c93d0b2

Browse files
committed
Fix QTable test
1 parent aec90fb commit c93d0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-plotly.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ test_that("group_by() on a plotly object doesn't produce warning", {
359359
})
360360

361361
test_that("Check QTables dont cause errors", {
362+
n <- 5
362363
s <- data.frame(
363364
x = array(runif(n), dim = n),
364365
x2 = array(runif(n), dim = n),

0 commit comments

Comments
 (0)