Skip to content

Commit

Permalink
Fix of test
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmat84 committed Aug 9, 2022
1 parent 126abcd commit 8da77f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/PhotosDownloadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,7 @@ public function testAlbumDownloadWithMultibyteTitle(): void

static::assertEquals($expectedSize1, $fileStat1['size']);
static::assertEquals($expectedSize2, $fileStat2['size']);

$this->albums_tests->delete([$albumID]);
}
}

0 comments on commit 8da77f2

Please sign in to comment.