Skip to content

Commit

Permalink
Fix: Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 15, 2022
1 parent ffe0783 commit 61cb378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testMapToFileInObsidianAttachmentDirectoryReturnsFileCombiningOb
$obsidianAttachmentFile = $obsidianAttachmentFileMapper->mapToFileInObsidianAttachmentDirectory($dayOnePhoto);

$expected = Inside\Domain\Shared\File::create(Inside\Domain\Shared\Path::fromString(\sprintf(
'%s/%s/Attachment/%s',
'%s/%s/+ Attachment/%s',
$obsidianAttachmentDirectory->path()->toString(),
\str_replace(
': ',
Expand Down

0 comments on commit 61cb378

Please sign in to comment.