Update unit test to match changed message (#4631)

This commit is contained in:
Mike Pokraka 2021-03-12 06:02:25 +00:00 committed by GitHub
parent 71c4849ae5
commit bb0591f12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,11 +123,11 @@ CLASS ltcl_serialize IMPLEMENTATION.
cl_abap_unit_assert=>assert_char_cp(
act = zcl_abapgit_log_viewer=>to_html( li_log1 )->render( )
exp = '*Object type ignored, not supported*' ).
exp = '*Object type ABCD not supported*' ).
cl_abap_unit_assert=>assert_char_cp(
act = zcl_abapgit_log_viewer=>to_html( li_log2 )->render( )
exp = '*Object type ignored, not supported*' ).
exp = '*Object type ABCD not supported*' ).
ENDMETHOD.