Skip to content

Commit

Permalink
Fix test for desktopWallpaper (#8208)
Browse files Browse the repository at this point in the history
This fixes the test for when we switched `"DesktopWallpaper"` to `"desktopWallpaper"`
  • Loading branch information
cinnamon-msft committed Nov 9, 2020
1 parent 048f8d5 commit 64aa911
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1410,14 +1410,14 @@ namespace SettingsModelLocalTests
}
void DeserializationTests::TestProfileBackgroundImageWithDesktopWallpaper()
{
const winrt::hstring expectedBackgroundImagePath{ winrt::to_hstring("DesktopWallpaper") };
const winrt::hstring expectedBackgroundImagePath{ L"desktopWallpaper" };

const std::string settingsJson{ R"(
{
"profiles": [
{
"name": "profile0",
"backgroundImage": "DesktopWallpaper"
"backgroundImage": "desktopWallpaper"
}
]
})" };
Expand Down

0 comments on commit 64aa911

Please sign in to comment.