Skip to content

Commit

Permalink
Update src/zcl_aff_writer_json_schema.clas.testclasses.abap
Browse files Browse the repository at this point in the history
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
  • Loading branch information
jonassobotta and abaplint[bot] authored Aug 6, 2024
1 parent a0812ce commit 0ac1f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zcl_aff_writer_json_schema.clas.testclasses.abap
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ CLASS ltcl_json_writer_abap_doc IMPLEMENTATION.
zcl_aff_tools_unit_test_helper=>assert_log_has_no_message( log = log message_severity_threshold = zif_aff_log=>c_message_type-info ).
ENDMETHOD.

METHOD pattern_escape_sequence.
METHOD pattern_escape_sequence.
DATA(act_schema) = test_generator->generate_type( VALUE zcl_aff_test_types=>string_pattern_escape_sequence( ) ).
DATA(exp_schema) = VALUE string_table(
( ` { ` )
Expand Down

0 comments on commit 0ac1f95

Please sign in to comment.