Skip to content

Commit 223e85d

Browse files
committed
Fixing more hallucinations
1 parent e33f469 commit 223e85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-fit-shared.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ test_that("save_object() method works with qs2 format", {
183183
fit <- fits[["sample"]]
184184
temp_qs_file <- tempfile(fileext = ".qs2")
185185
fit$save_object(temp_qs_file, format = "qs2")
186-
fit2 <- qs2::qread(temp_qs_file)
186+
fit2 <- qs2::qs_read(temp_qs_file)
187187
expect_identical(fit2$summary(), fit$summary())
188188
expect_identical(fit2$return_codes(), fit$return_codes())
189189
})

0 commit comments

Comments
 (0)