Skip to content

Commit 35c97c2

Browse files
committed
Update BlobsTest.php
1 parent 89c71de commit 35c97c2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/Github/Tests/Api/GitData/BlobsTest.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,6 @@ public function shouldCreateBlob()
6868
$this->assertEquals($expectedValue, $api->create('l3l0', 'l3l0repo', $data));
6969
}
7070

71-
/**
72-
* @test
73-
*/
74-
public function shouldNotCreateBlobWithoutEncoding()
75-
{
76-
$this->expectException(MissingArgumentException::class);
77-
$data = ['content' => 'some cotent'];
78-
79-
$api = $this->getApiMock();
80-
$api->expects($this->never())
81-
->method('post');
82-
83-
$api->create('l3l0', 'l3l0repo', $data);
84-
}
85-
8671
/**
8772
* @test
8873
*/

0 commit comments

Comments
 (0)