Skip to content

Commit

Permalink
Fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Aug 3, 2018
1 parent 8d40a16 commit 6ba7f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const windowsFilePathWithNoParentDirectory = "C:\\ProgramData";
const windowsResultWithNoParentDirectory = "ProgramData";

const macOsFilePath = "/Applications/Adobe/Adobe Lightroom.app";
const macOsResult = `Adobe ${UeliHelpers.searchResultDescriptionSeparator} Adobe Lightroom.lnk`;
const macOsResult = `Adobe ${UeliHelpers.searchResultDescriptionSeparator} Adobe Lightroom.app`;

const macOsFilePathWithNoParentDirectory = "/Applications";
const macOsResultWithNoParentDirectory = "Applications";
Expand Down

0 comments on commit 6ba7f09

Please sign in to comment.