Skip to content

Commit

Permalink
Update RepositoryTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Manzadey committed Mar 16, 2023
1 parent 288b893 commit 82a84f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/RepositoryTest.php
Expand Up @@ -17,9 +17,6 @@ public function test_common() : void

$this->assertEquals(config('filesystems.disks.logs.root') . DIRECTORY_SEPARATOR . $filepath, $repository->get('path'));
$this->assertEquals($filepath, $repository->get('name'));
$this->assertEquals(458, $repository->get('size'));
$this->assertEquals('458B', $repository->get('size_human'));
$this->assertEquals(1678901152, $repository->get('last_modified'));

$this->assertArrayHasKey('path', $repository->all());
$this->assertArrayHasKey('name', $repository->all());
Expand Down

0 comments on commit 82a84f0

Please sign in to comment.