Skip to content

Commit b2dd5b4

Browse files
authored
[Blazor] RenderTreeDiffBuilderTest - typo (EventCallBack) (#54334)
1 parent c7c76d7 commit b2dd5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Components/test/RenderTreeDiffBuilderTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,8 +1756,8 @@ public void SkipsUpdatingParametersOnChildComponentsIfAllAreDefinitelyImmutableA
17561756
tree.AddComponentParameter(1, "MyULong", ulong.MaxValue);
17571757
tree.AddComponentParameter(1, "MyChar", 'c');
17581758
tree.AddComponentParameter(1, "MyEnum", StringComparison.OrdinalIgnoreCase);
1759-
tree.AddComponentParameter(1, "MyEventCallBack", EventCallback.Empty);
1760-
tree.AddComponentParameter(1, "MyEventCallBackOfT", EventCallback<int>.Empty);
1759+
tree.AddComponentParameter(1, "MyEventCallback", EventCallback.Empty);
1760+
tree.AddComponentParameter(1, "MyEventCallbackOfT", EventCallback<int>.Empty);
17611761
tree.CloseComponent();
17621762
}
17631763

0 commit comments

Comments
 (0)