We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3323813 commit 417686dCopy full SHA for 417686d
test/AppNotificationTests/BaseTestSuite.cpp
@@ -384,7 +384,7 @@ void BaseTestSuite::VerifyRemoveWithIdentifierAsyncUsingNonActiveToastIdentifier
384
385
if (status == winrt::Windows::Foundation::AsyncStatus::Error)
386
{
387
- VERIFY_THROWS_HR(removeNotificationAsync.GetResults(), E_INVALIDARG);
+ VERIFY_THROWS_HR(removeNotificationAsync.GetResults(), HRESULT_FROM_WIN32(ERROR_NOT_FOUND));
388
}
389
390
scope_exit.release();
0 commit comments