File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/core/expectations/compound_data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -980,8 +980,8 @@ Diff:%
980980Columns:%
981981 Column <ROWNUM> [data-type: NUMBER] is missing. Expected column position: 1.%
982982 Column <EXPECTED_COLUMN_NAME> [data-type: NUMBER] is missing. Expected column position: 2.%
983- Column <'1' > [position: 1, data-type: CHAR] is not expected in results.%
984- Column <'2' > [position: 2, data-type: CHAR] is not expected in results.%
983+ Column <%1% > [position: 1, data-type: CHAR] is not expected in results.%
984+ Column <%2% > [position: 2, data-type: CHAR] is not expected in results.%
985985Rows: [ 2 differences ]%
986986 All rows are different as the columns are not matching.%]';
987987 l_actual_message := ut3.ut_expectation_processor.get_failed_expectations()(1).message;
You can’t perform that action at this time.
0 commit comments