Skip to content

Commit a24e090

Browse files
committed
♻️ File Path Adjustment
1 parent fbc247b commit a24e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Test.Attachments.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ procedure TTestAttachments.Publish;
6666
procedure TTestAttachments.SetUp;
6767
begin
6868
inherited;
69-
FFilePath := '..\img\delphi-notify.png';
69+
FFilePath := '..\..\img\delphi-notify.png';
7070
FFileName := ExtractFileName(FFilePath);
7171
end;
7272

0 commit comments

Comments
 (0)