Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyubomir Grozdanov committed Jul 4, 2021
1 parent da120f1 commit e0cbcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Util/yaml_fixtures/add_item_on_config_with_bind.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- argument_1: something
argument_2: something
===
$data['services']['app.service']['arguments']['argument_3'] = 'something_new';
$data['services']['app.service']['arguments'][0]['argument_3'] = 'something_new';
===
services:
_defaults:
Expand Down

0 comments on commit e0cbcc6

Please sign in to comment.