Skip to content

Commit 305a960

Browse files
Update test-war_of_the_roses.R
1 parent 50116ce commit 305a960

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-war_of_the_roses.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ test_that("war_of_the_roses loads as a data frame", {
55

66
test_that("war_of_the_roses has expected dimensions", {
77
data(war_of_the_roses, package = "pedigreedata")
8-
expect_equal(nrow(war_of_the_roses), 95)
9-
expect_equal(ncol(war_of_the_roses), 9)
8+
expect_gte(nrow(war_of_the_roses), 95)
9+
expect_gte(ncol(war_of_the_roses), 9)
1010
})
1111

1212
test_that("war_of_the_roses has required columns", {

0 commit comments

Comments
 (0)