Skip to content
Snippets Groups Projects
Commit 89218c8f authored by Todor Kondić's avatar Todor Kondić
Browse files

tests: Clean up test-api

parent 4d29852e
No related branches found
No related tags found
No related merge requests found
Pipeline #67282 passed
test_that("Preparation for app start",{
test_that("Preparation for app start",{withr::with_tempdir({
dbef = "bef"
dir.create("bef")
ddata = "topdata"
......@@ -15,7 +15,7 @@ test_that("Preparation for app start",{
metfrag_db_dir=ddbdir,
metfrag_runtime="absent.jar"),
class="mf-jar-absent")
expect_error(prepare_app(dir_before=dbef,
projects="absent",
top_data_dir=ddata,
......@@ -34,7 +34,4 @@ test_that("Preparation for app start",{
metfrag_db_dir="absent",
metfrag_runtime=mrt),
class="mf-db-dir-absent")
})
})})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment