mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
changing test namespace (#1699)
This commit is contained in:
parent
9c3f5710eb
commit
83d1648913
@ -2,7 +2,7 @@
|
|||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Tests
|
namespace Mirror.Tests
|
||||||
{
|
{
|
||||||
public class NetworkIdentityTests
|
public class NetworkIdentityTests
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
using UnityEngine.SceneManagement;
|
using UnityEngine.SceneManagement;
|
||||||
using UnityEngine.TestTools;
|
using UnityEngine.TestTools;
|
||||||
|
|
||||||
namespace Tests
|
namespace Mirror.Tests
|
||||||
{
|
{
|
||||||
public class NetworkManagerTests
|
public class NetworkManagerTests
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user