Skip to content

Commit 5fb5231

Browse files
authored
Update src/Components/Server/test/ProtectedBrowserStorageTest.cs
1 parent 662893c commit 5fb5231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Server/test/ProtectedBrowserStorageTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public ValueTask<TValue> InvokeAsync<TValue>(string identifier, object[] args)
367367

368368
public ValueTask<IJSObjectReference> InvokeConstructorAsync(string identifier, object[] args)
369369
{
370-
Invocations.Add((identifier, args, JSCallType.NewCall));
370+
Invocations.Add((identifier, args, JSCallType.ConstructorCall));
371371
return (ValueTask<IJSObjectReference>)NextInvocationResult;
372372
}
373373

0 commit comments

Comments
 (0)