Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 61cb378

Browse files
committed
Fix: Failing test
1 parent ffe0783 commit 61cb378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Unit/Inside/Domain/DayOneToObsidian/File/DefaultObsidianAttachmentFileMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function testMapToFileInObsidianAttachmentDirectoryReturnsFileCombiningOb
6565
$obsidianAttachmentFile = $obsidianAttachmentFileMapper->mapToFileInObsidianAttachmentDirectory($dayOnePhoto);
6666

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

0 commit comments

Comments
 (0)