Skip to content

Commit f2c4b0f

Browse files
committed
Remove debug
1 parent e67e38c commit f2c4b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/PsrTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
MockResponse::make(headers: ['X-Null-Header' => null]),
3535
]);
3636

37-
$connector = new TestConnector()->debug();
37+
$connector = new TestConnector();
3838
$connector->withMockClient($mockClient);
3939

4040
$response = $connector->send(new NullHeaderRequest());

0 commit comments

Comments
 (0)