Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rigonlucas committed Sep 6, 2024
1 parent a068730 commit 7bbc4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/UseCases/File/FileProjectUseCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function test_create_file_success(): void
$fileEntity->getEntityUuid(),
$fileEntity->getUlidFileName() . '.' . $fileEntity->getExtension()->value
);
dd($expectedPath);

$this->assertEquals($expectedPath, $fileEntity->getPath());
}

Expand Down

0 comments on commit 7bbc4b7

Please sign in to comment.