Skip to content

Commit

Permalink
fixup! Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan committed Apr 12, 2022
1 parent e76187c commit 1df6a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Metadata/FileMetadataMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testFindForGroupForFiles() {
$this->mapper->insert($file2);
$this->mapper->insert($file4);

$files = $this->mapper->findForGroupForFiles([1, 2, 3, 3], 'size');
$files = $this->mapper->findForGroupForFiles([1, 2, 3, 4], 'size');

$this->assertEquals($files[1]->getMetadata(), $file1->getMetadata());
$this->assertEquals($files[2]->getMetadata(), $file2->getMetadata());
Expand Down

0 comments on commit 1df6a0a

Please sign in to comment.