Skip to content

Commit

Permalink
logic can be hard sometimes...
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Aug 21, 2020
1 parent 28d4f94 commit 8396b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/ut_app/DynamicProfileTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ namespace TerminalAppUnitTests
VERIFY_ARE_EQUAL(5u, settings._profiles.size());

VERIFY_ARE_EQUAL(L"profile0", settings._profiles.at(0).Name());
VERIFY_IS_TRUE(settings._profiles.at(0).HasGuid());
VERIFY_IS_FALSE(settings._profiles.at(0).HasGuid());
VERIFY_IS_TRUE(settings._profiles.at(0).Source().empty());

VERIFY_ARE_EQUAL(L"profile1", settings._profiles.at(1).Name());
Expand Down

0 comments on commit 8396b2d

Please sign in to comment.