changing test namespace (#1699)

This commit is contained in:
James Frowen 2020-04-12 13:18:05 +01:00 committed by GitHub
parent 9c3f5710eb
commit 83d1648913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
using NUnit.Framework;
using UnityEngine;
namespace Tests
namespace Mirror.Tests
{
public class NetworkIdentityTests
{

View File

@ -4,7 +4,7 @@
using UnityEngine.SceneManagement;
using UnityEngine.TestTools;
namespace Tests
namespace Mirror.Tests
{
public class NetworkManagerTests
{