Skip to content

Commit

Permalink
tests: change ABAP type 's' number to 4095
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Nov 7, 2019
1 parent f6bf276 commit cc581ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/SapRfcFunctionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ protected function mockRemoteFunctionCallWithParametersAndResults()
return [
'RFCFLOAT' => 70.11,
'RFCCHAR1' => 'A',
'RFCINT2' => 5920,
'RFCINT2' => 4095,
'RFCINT1' => 163,
'RFCCHAR4' => 'QqMh',
'RFCINT4' => 416639,
Expand Down

0 comments on commit cc581ce

Please sign in to comment.