Skip to content

Commit 55b5f95

Browse files
authored
Move RenderRegistryTest (dotnet#23327)
1 parent 7aba250 commit 55b5f95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Components/Blazor/Blazor/test/Rendering/RenderRegistryTest.cs renamed to src/Components/WebAssembly/WebAssembly/test/RenderRegistryTest.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
14
using System;
25
using Xunit;
36

4-
namespace Microsoft.AspNetCore.Blazor.Rendering
7+
namespace Microsoft.AspNetCore.Components.WebAssembly.Rendering
58
{
69
public class RenderRegistryTest
710
{

0 commit comments

Comments
 (0)