mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fix warning in unit test (#6842)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
6183f2d30d
commit
a06530ee31
|
@ -229,7 +229,7 @@ CLASS ltcl_serialize IMPLEMENTATION.
|
|||
|
||||
|
||||
lv_filename = 'if_badi_tadir_changed.intf.i18n.de.properties'.
|
||||
READ TABLE ls_act-files WITH KEY filename = lv_filename INTO ls_translation_de.
|
||||
READ TABLE ls_act-files WITH KEY file COMPONENTS filename = lv_filename INTO ls_translation_de.
|
||||
|
||||
cl_abap_unit_assert=>assert_not_initial( ls_translation_de ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user