Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelff committed Dec 3, 2024
1 parent d5ab65d commit 0ed1e04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added tests/testthat/testReference/fnAppend_03.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/testthat/test_mat2dt.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_that("basic",{

cov <- NMreadCov("testData/nonmem/xgxr032.cov")

res <- mat2dt(cov)
res <- mat2dt(cov,triangle="upper")


expect_equal_to_reference(res,fileRef)
Expand Down

0 comments on commit 0ed1e04

Please sign in to comment.