Skip to content

Commit bbd4059

Browse files
committed
chore(test_result_t): fix skipped-test indentation
1 parent 155b554 commit bbd4059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/julienne/julienne_test_result_s.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
module procedure characterize
2020
if (.not. allocated(self%diagnosis_)) then
21-
characterization = "SKIPS on " // trim(self%description_%string()) // "."
21+
characterization = "SKIPS on " // trim(self%description_%string()) // "."
2222
else
2323
associate(test_passed => self%diagnosis_%test_passed())
2424
characterization = merge("passes on ", "FAILS on ", test_passed) // trim(self%description_%string()) // "."

0 commit comments

Comments
 (0)