Skip to content

Commit 9ee3402

Browse files
Fix unit test
1 parent be37a7c commit 9ee3402

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Components/test/Routing/RouterTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ internal class TestNavigationManager : NavigationManager
209209
public TestNavigationManager() =>
210210
Initialize("https://www.example.com/subdir/", "https://www.example.com/subdir/jan");
211211

212-
protected override void NavigateToCore(string uri, bool forceLoad, bool replace) => throw new NotImplementedException();
213-
214212
public void NotifyLocationChanged(string uri, bool intercepted)
215213
{
216214
Uri = uri;

0 commit comments

Comments
 (0)