-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
bugSomething isn't working correctlySomething isn't working correctly
Description
💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.
Check Name
Unit-Test Assert Validator
Actual Behavior
cl_abap_unit_assert=>assert_equals( exp = lt_data_to_post[ 5 ]-guid act = lt_data_to_post[ 6 ]-guid ).
cl_abap_unit_assert=>assert_equals( exp = lt_data_to_post[ 7 ]-guid act = lt_data_to_post[ 8 ]-guid ).
Raises the issue.
Expected Behavior
Distinct lines. Therefore, no issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctly