Skip to content

Commit

Permalink
Update test so spelling doesn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed May 3, 2023
1 parent 4c26937 commit 490be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLITests/UserSettings.cpp
Expand Up @@ -235,7 +235,7 @@ TEST_CASE("SettingsAnonymizePathForDisplay", "[settings]")
}
SECTION("Invalid Value")
{
std::string_view json = R"({ "visual": { "anonymizeDisplayedPaths": notABool } })";
std::string_view json = R"({ "visual": { "anonymizeDisplayedPaths": notBoolean } })";
SetSetting(Stream::PrimaryUserSettings, json);
UserSettingsTest userSettingTest;

Expand Down

0 comments on commit 490be0b

Please sign in to comment.