Skip to content
Snippets Groups Projects
Commit 94d2abaa authored by Johannes Boog's avatar Johannes Boog
Browse files

[bugfix] read_in_gml flag missing in test-cal_utils.R

parent f4e8a2c9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ ogs6_obj <- OGS6$new(sim_name = "theis", tmp_dir)
prj_path <- system.file("extdata/benchmarks/AxiSymTheis",
"axisym_theis.prj", package = "r2ogs6")
read_in_prj(ogs6_obj, prj_path)
read_in_prj(ogs6_obj, prj_path, read_in_gml = T)
test_that("Only existing components can be changed", {
expect_error(ogs6_obj$update_component(
......
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