Skip to content

Commit

Permalink
Format some code to run CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmolotov committed Nov 13, 2020
1 parent c7745a6 commit 384af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ZipStreamTest.php
Expand Up @@ -526,8 +526,8 @@ public function testAddFileFromPsr7StreamWithOutputToPsr7Stream(): void
$psr7OutputStream->close();

$tmpDir = $this->validateAndExtractZip($tmp);

$files = $this->getRecursiveFileList($tmpDir);

$this->assertEquals(array('sample.json'), $files);
$this->assertStringEqualsFile($tmpDir . '/sample.json', $body);
}
Expand Down

0 comments on commit 384af34

Please sign in to comment.