There was an error while loading. Please reload this page.
1 parent 240561e commit f20460dCopy full SHA for f20460d
1 file changed
tests/testthat/test-csv.R
@@ -85,7 +85,8 @@ test_that("read_cmdstan_csv() fails with empty csv file", {
85
file_path <- test_path("resources", "csv", "empty.csv")
86
file.create(file_path)
87
expect_error(read_cmdstan_csv(file_path),
88
- "Supplied CSV file is corrupt!")
+ "External command failed",
89
+ fixed = TRUE)
90
file.remove(file_path)
91
})
92
0 commit comments