Move networking integration tests to own folder.

This commit is contained in:
Pieter-Jan Briers
2020-06-12 12:44:02 +02:00
parent ace2889963
commit cfe72cbfeb
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.IoC;
namespace Content.IntegrationTests.Tests
namespace Content.IntegrationTests.Tests.Networking
{
[TestFixture]
public class ConnectTest : ContentIntegrationTest

View File

@@ -4,7 +4,7 @@ using Robust.Client.Console;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.IoC;
namespace Content.IntegrationTests.Tests
namespace Content.IntegrationTests.Tests.Networking
{
[TestFixture]
public class ReconnectTest : ContentIntegrationTest