From 7149287b8e3ab1505d3387fd6bb14f8dbdda210e Mon Sep 17 00:00:00 2001 From: Westin Miller Date: Mon, 21 Aug 2017 15:44:15 -0700 Subject: [PATCH] Let's pretend that typo didn't happen. --- Torch.Client.Tests/TorchClientReflectionTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Torch.Client.Tests/TorchClientReflectionTest.cs b/Torch.Client.Tests/TorchClientReflectionTest.cs index 96f4ea1..756b144 100644 --- a/Torch.Client.Tests/TorchClientReflectionTest.cs +++ b/Torch.Client.Tests/TorchClientReflectionTest.cs @@ -4,7 +4,7 @@ using Torch.Tests; using Torch.Utils; using Xunit; -namespace Torch.Server.Tests +namespace Torch.Client.Tests { public class TorchClientReflectionTest {