File tree 1 file changed +1
-2
lines changed
src/Components/Components/test
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ public void LocationChangingHandlers_CanCancelTheNavigationSynchronously_WhenMul
346
346
var invokedHandlerCount = 0 ;
347
347
348
348
// The first two handlers run, but the third doesn't because the navigation gets prevented after the second.
349
- var expectedInvokedHandlerCount = 2 ;
349
+ var expectedInvokedHandlerCount = 2 ;
350
350
351
351
navigationManager . RegisterLocationChangingHandler ( HandleLocationChanging_AllowNavigation ) ;
352
352
navigationManager . RegisterLocationChangingHandler ( HandleLocationChanging_PreventNavigation ) ;
@@ -798,7 +798,6 @@ async ValueTask HandleLocationChanging_ThrowException(LocationChangingContext co
798
798
}
799
799
}
800
800
801
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/52407" ) ]
802
801
[ Fact ]
803
802
public async Task LocationChangingHandlers_CannotCancelTheNavigationAsynchronously_UntilReturning ( )
804
803
{
You can’t perform that action at this time.
0 commit comments