From 83821a028df0574729b609f19a92bc785a336108 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Wed, 11 Apr 2018 04:05:28 +0000 Subject: [PATCH] Rename HubEndPointTestUtils folder (#1943) --- .../Hubs.cs | 0 .../Utils.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/Microsoft.AspNetCore.SignalR.Tests/{HubEndpointTestUtils => HubConnectionHandlerTestUtils}/Hubs.cs (100%) rename test/Microsoft.AspNetCore.SignalR.Tests/{HubEndpointTestUtils => HubConnectionHandlerTestUtils}/Utils.cs (100%) diff --git a/test/Microsoft.AspNetCore.SignalR.Tests/HubEndpointTestUtils/Hubs.cs b/test/Microsoft.AspNetCore.SignalR.Tests/HubConnectionHandlerTestUtils/Hubs.cs similarity index 100% rename from test/Microsoft.AspNetCore.SignalR.Tests/HubEndpointTestUtils/Hubs.cs rename to test/Microsoft.AspNetCore.SignalR.Tests/HubConnectionHandlerTestUtils/Hubs.cs diff --git a/test/Microsoft.AspNetCore.SignalR.Tests/HubEndpointTestUtils/Utils.cs b/test/Microsoft.AspNetCore.SignalR.Tests/HubConnectionHandlerTestUtils/Utils.cs similarity index 100% rename from test/Microsoft.AspNetCore.SignalR.Tests/HubEndpointTestUtils/Utils.cs rename to test/Microsoft.AspNetCore.SignalR.Tests/HubConnectionHandlerTestUtils/Utils.cs