Skip to content

Commit

Permalink
[SQOP-2603][style] Fixed inconsistency with enforced code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Goedegebuure committed Feb 26, 2020
1 parent f0e651f commit 5811089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Message/CreateTransactionRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function testGetData(): void
'TotalNetAmountCents' => 1337,
],
'Reference' => '2fad9b1b-a2d3-455c-bc29-b79516fd3257-random-uuid-hex',
'Description' => '2fad9b1b-a2d3-455c-bc29-b79516fd3257-random-uuid-hex'
'Description' => '2fad9b1b-a2d3-455c-bc29-b79516fd3257-random-uuid-hex',
],
];
$this->assertEquals($expectedData, $this->request->getData());
Expand Down

0 comments on commit 5811089

Please sign in to comment.