Skip to content

Commit

Permalink
[tests] cleanup unintentend push
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Apr 26, 2024
1 parent 756bc2c commit dade036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test_parso.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ test_that("test external sas7bdat", {
message(fl)
sas7bdat <- sprintf("https://bitbucket.org/jaredhobbs/sas7bdat/raw/18cbd14407918c1aa90f136c1d6c5d83f307dba0/tests/data/%s.sas7bdat", fl)

exp <- haven::read_sas(sas7bdat)
exp <- "SAS FILE"
got <- read.sas(sas7bdat, debug = FALSE)

expect_true(all.equal(got, exp, check.attributes = FALSE))
got <- attributes(got)$sasfile
expect_equal(exp, got)
}

})

0 comments on commit dade036

Please sign in to comment.