mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix naming
This commit is contained in:
parent
08c6ef3dbb
commit
f9749776d8
|
@ -16,7 +16,7 @@ CLASS ltcl_oo_serialize DEFINITION FINAL FOR TESTING
|
|||
|
||||
_given_source_is
|
||||
IMPORTING
|
||||
i_source TYPE LINE OF zif_abapgit_definitions=>ty_string_tt,
|
||||
iv_source TYPE LINE OF zif_abapgit_definitions=>ty_string_tt,
|
||||
_given_empty_test_include,
|
||||
_when_skip_is_calculated,
|
||||
_then_should_be_skipped,
|
||||
|
@ -138,7 +138,7 @@ CLASS ltcl_oo_serialize IMPLEMENTATION.
|
|||
|
||||
METHOD _given_source_is.
|
||||
|
||||
INSERT i_source INTO TABLE mt_source.
|
||||
INSERT iv_source INTO TABLE mt_source.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user