@@ -45,7 +45,7 @@ public function it_should_set_the_file_chunk_size_filename()
4545
4646 $ message = (new InterfaxMessage )
4747 ->user (new TestNotifiable )
48- ->file (__DIR__ . '/resources/test.pdf ' );
48+ ->file (__DIR__ . '/resources/test.pdf ' );
4949
5050 $ files = $ message ->makeFiles ();
5151 $ delivery = new \Interfax \Outbound \Delivery (new \Interfax \Client , ['faxNumber ' =>'0000000000 ' , 'files ' =>$ files ]);
@@ -60,7 +60,7 @@ public function it_should_set_the_file_chunk_size_file_array()
6060
6161 $ message = (new InterfaxMessage )
6262 ->user (new TestNotifiable )
63- ->files ([['location ' => __DIR__ . '/resources/test.pdf ' ]]);
63+ ->files ([['location ' => __DIR__ . '/resources/test.pdf ' ]]);
6464
6565 $ files = $ message ->makeFiles ();
6666 $ delivery = new \Interfax \Outbound \Delivery (new \Interfax \Client , ['faxNumber ' =>'0000000000 ' , 'files ' =>$ files ]);
@@ -74,7 +74,7 @@ public function it_should_set_the_file_chunk_size_file_object()
7474 $ this ->increaseChunkSize ();
7575 $ client = new \Interfax \Client ;
7676
77- $ file = new \NotificationChannels \Interfax \InterfaxFile ($ client , __DIR__ . '/resources/test.pdf ' );
77+ $ file = new \NotificationChannels \Interfax \InterfaxFile ($ client , __DIR__ . '/resources/test.pdf ' );
7878
7979 $ message = (new InterfaxMessage )
8080 ->user (new TestNotifiable )
0 commit comments