Skip to content

Commit 3f11a97

Browse files
committed
Update character test
1 parent e74e87f commit 3f11a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core/expectations/compound_data/test_expectations_cursor.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,8 +980,8 @@ Diff:%
980980
Columns:%
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.%
985985
Rows: [ 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;

0 commit comments

Comments
 (0)