Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74e87f commit 3f11a97Copy full SHA for 3f11a97
1 file changed
test/core/expectations/compound_data/test_expectations_cursor.pkb
@@ -980,8 +980,8 @@ Diff:%
980
Columns:%
981
Column <ROWNUM> [data-type: NUMBER] is missing. Expected column position: 1.%
982
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.%
+ Column <%1%> [position: 1, data-type: CHAR] is not expected in results.%
+ Column <%2%> [position: 2, data-type: CHAR] is not expected in results.%
985
Rows: [ 2 differences ]%
986
All rows are different as the columns are not matching.%]';
987
l_actual_message := ut3.ut_expectation_processor.get_failed_expectations()(1).message;
0 commit comments