Skip to content

Commit

Permalink
tests: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Nov 28, 2023
1 parent 8a1b724 commit 21b299d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_Dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ test_that("prototype_args works", {
expect_identical(d$prototype_args("a"), list(x = 1))
a = d$get("a", .prototype = TRUE)
expect_identical(a$x, 1)
expect_identical(d$prototype_args("a"), list(x = 1))
})

0 comments on commit 21b299d

Please sign in to comment.