We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb08e14 commit dbebc92Copy full SHA for dbebc92
tests/testthat/test-issue_108.R
@@ -21,11 +21,11 @@ test_that("issue 108", {
21
)
22
23
24
- # Works?
25
- expect_true(beastier::is_beast2_input_file(output_filename))
26
-
27
- # Really really Works?
28
if (beastier::is_beast2_installed()) {
+ # Works?
+ expect_true(beastier::is_beast2_input_file(output_filename))
+
+ # Really really works?
29
beast2_xml_lines <- readr::read_lines(output_filename)
30
expect_true(beastier::are_beast2_input_lines_deep(beast2_xml_lines))
31
}
0 commit comments