Move networking integration tests to own folder.
This commit is contained in:
parent
ace2889963
commit
cfe72cbfeb
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue