File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ protected function request(Collection $blocks)
60
60
} else {
61
61
$ response = $ response ->json ();
62
62
}
63
-
64
63
} catch (Throwable $ e ) {
65
64
$ e instanceof ConnectionException
66
65
? $ this ->potentiallyThrowRequestException ($ e )
Original file line number Diff line number Diff line change 10
10
use Illuminate \Support \Facades \Http ;
11
11
use Torchlight \Block ;
12
12
use Torchlight \Client ;
13
- use Torchlight \Exceptions \RequestException ;
14
13
use Torchlight \Torchlight ;
15
14
16
15
class ClientTest extends BaseTest
@@ -193,5 +192,4 @@ public function a_500_error_returns_a_default_in_production()
193
192
$ this ->assertEquals ('echo "hello world"; ' , $ block ->highlighted );
194
193
$ this ->assertEquals ('<pre><code class= \'torchlight \'>echo "hello world";</code></pre> ' , $ block ->wrapped );
195
194
}
196
-
197
195
}
You can’t perform that action at this time.
0 commit comments