Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dusadrian committed Nov 29, 2023
1 parent e2ba14e commit cacb932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
Code
likely_type(as.complex(1))
Output
NULL
[1] "<complex>"

---

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-internals.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test_that("likely_type() works", {

expect_true(grepl("character", likely_type("a")))

expect_null(likely_type(as.complex(1)))
# expect_null(likely_type(as.complex(1)))
})


Expand Down

0 comments on commit cacb932

Please sign in to comment.