Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jul 6, 2021
1 parent dfd0911 commit 5c5db3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Server/test/Circuits/ComponentHubTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task CannotDispatchBrowserEventsBeforeInitialization()
{
var (mockClientProxy, hub) = InitializeComponentHub();

await hub.DispatchBrowserEvent(default, default);
await hub.DispatchBrowserEvent(default);

var errorMessage = "Circuit not initialized.";
mockClientProxy.Verify(m => m.SendCoreAsync("JS.Error", new[] { errorMessage }, It.IsAny<CancellationToken>()), Times.Once());
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Web.JS/dist/Release/blazor.server.js

Large diffs are not rendered by default.

0 comments on commit 5c5db3a

Please sign in to comment.