Skip to content

Commit 37a26c4

Browse files
add new line between message and caller
1 parent 8252392 commit 37a26c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/model/runner/Expectation.xtend

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class Expectation extends AbstractModel {
2525
String caller
2626

2727
def getFailureText() {
28-
return '''«message.trim» «caller.trim»'''.toString
28+
return '''
29+
«message.trim»
30+
«caller.trim»
31+
'''.toString.trim
2932
}
3033
}

0 commit comments

Comments
 (0)