Skip to content

Commit 2845775

Browse files
committed
Issue #31 - Replace CL_AUNIT_ASSERT
Fixed abaplint finding (line length)
1 parent 67c0b45 commit 2845775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/#usi#bal_data_containers/#usi#cl_bal_dc_callstack.clas.testclasses.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ CLASS lcl_unit_tests_serialization IMPLEMENTATION.
3131
" serialize
3232
DATA(input) = get_callstack( ).
3333
TRY.
34-
DATA(serialized_data_container) = NEW /usi/cl_bal_dc_callstack( input )->/usi/if_bal_data_container~serialize( ).
34+
DATA(serialized_data_container) =
35+
NEW /usi/cl_bal_dc_callstack( input )->/usi/if_bal_data_container~serialize( ).
3536
CATCH /usi/cx_bal_root INTO DATA(unexpected_exception).
3637
/usi/cl_bal_aunit_exception=>fail_on_unexpected_exception( unexpected_exception ).
3738
ENDTRY.

0 commit comments

Comments
 (0)