Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
expect warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 7, 2024
1 parent f37be02 commit b1c5f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-et.R
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ test_that("another import", {

e <- et()

e$importEventTable(data.frame(ID = c("A131", "A131", "A131", "A131", "A131",
expect_warning(e$importEventTable(data.frame(ID = c("A131", "A131", "A131", "A131", "A131",
"A131", "A131", "A131", "A131", "A131", "A131", "A131", "A131",
"A131", "A131", "A131", "A131", "A131", "A131", "A131", "A131",
"A131", "A131", "A131", "A131", "A131", "A131", "A131", "A131",
Expand Down Expand Up @@ -824,6 +824,6 @@ test_that("another import", {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
))
)))

})

0 comments on commit b1c5f2c

Please sign in to comment.