We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d8d8f commit da54bc5Copy full SHA for da54bc5
tests/Requests/Currencies/FetchAListOfCurrenciesRequestTest.php
@@ -16,8 +16,6 @@
16
17
$response = $connector->send(new FetchAListOfCurrenciesRequest());
18
19
- ray($response->dto());
20
-
21
$mockClient->assertSent(FetchAListOfCurrenciesRequest::class);
22
23
expect($response->dto())->toBeInstanceOf(Collection::class)
0 commit comments