Skip to content

Commit 66ae227

Browse files
Fugbix typo
1 parent 6c24f4e commit 66ae227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ChunkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function setUp()
2929

3030
public function testCanBeCreatedWithoutArguments()
3131
{
32-
$this->assertInstanceOf('SebastianBergmann\Diff\Chuck', $this->chunk);
32+
$this->assertInstanceOf('SebastianBergmann\Diff\Chunk', $this->chunk);
3333
}
3434

3535
public function testStartCanBeRetrieved()

0 commit comments

Comments
 (0)