Skip to content

Commit d60e01f

Browse files
committed
Minor fix in tests
1 parent 94ca8e8 commit d60e01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tinytest/test_sim_defm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tmp <- get_counters(d_model_formula)[1] |>
105105

106106
expect_equal(
107107
list(name = "lame", description = "whatever"),
108-
tmp[[1]]
108+
tmp
109109
)
110110

111111
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)