Skip to content

Commit

Permalink
Update test-load.R
Browse files Browse the repository at this point in the history
  • Loading branch information
neshvig10 committed Jul 6, 2023
1 parent 58567be commit 2da8643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-load.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("helpers are available after load_all", {
# object defined in a helper
expect_equal(foo, 1)

# object definde in helper, referencing lazy data object mtcars2
# object defined in helper, referencing lazy data object mtcars2
expect_equal(head_mtcars, head(mtcars2))

# object defined in helper using explicitly qualified package name
Expand Down

0 comments on commit 2da8643

Please sign in to comment.