Skip to content

Commit

Permalink
fix: remove ":temp:" from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Feb 7, 2024
1 parent 8093d4c commit 0e7005c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-arith-scalar.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rlang::local_options(lifecycle_verbosity = "quiet")
dgc = readRDS(system.file("data", "dgc.rds", package = "dbMatrix"))

dbsm = dbMatrix::createDBMatrix(value = dgc,
db_path = ":temp:",
db_path = ":memory:",
name = 'dgc',
class = "dbSparseMatrix",
overwrite = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rlang::local_options(lifecycle_verbosity = "quiet")
dgc = readRDS(system.file("data", "dgc.rds", package = "dbMatrix"))

dbsm = dbMatrix::createDBMatrix(value = dgc,
db_path = ":temp:",
db_path = ":memory:",
name = 'dgc',
class = "dbSparseMatrix",
overwrite = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-names.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rlang::local_options(lifecycle_verbosity = "quiet")
dgc = readRDS(system.file("data", "dgc.rds", package = "dbMatrix"))

dbsm = dbMatrix::createDBMatrix(value = dgc,
db_path = ":temp:",
db_path = ":memory:",
name = 'dgc',
class = "dbSparseMatrix",
overwrite = TRUE)
Expand Down

0 comments on commit 0e7005c

Please sign in to comment.