Skip to content

Commit a1f4cb1

Browse files
author
Arthur Aulicino
committed
refactor: rename Tests namespace to UnitTests to avoid confusion with SystemTests namespace
1 parent 9f8266b commit a1f4cb1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Tests/Editor/Substitute/Assertions/CoroutineRunnerAssertionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using NUnit.Framework;
99
using UnityEngine;
1010

11-
namespace CoroutineSubstitute.Tests.Assertions
11+
namespace CoroutineSubstitute.UnitTests.Assertions
1212
{
1313
public class CoroutineAssertionsTests
1414
{

Tests/Editor/Substitute/CoroutineCall/StartCoroutineCallTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using NUnit.Framework;
77
using UnityEngine;
88

9-
namespace CoroutineSubstitute.Tests.Substitutes.Call
9+
namespace CoroutineSubstitute.UnitTests.Substitutes.Call
1010
{
1111
public class StartCoroutineCallTests
1212
{

Tests/Editor/Substitute/CoroutineRunnerSubstituteTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using NUnit.Framework;
88
using UnityEngine;
99

10-
namespace CoroutineSubstitute.Tests
10+
namespace CoroutineSubstitute.UnitTests
1111
{
1212
public class CoroutineRunnerSubstituteTests
1313
{

Tests/Editor/Substitute/ICoroutineRunnerTestExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using NSubstitute;
44
using NUnit.Framework;
55

6-
namespace CoroutineSubstitute.Tests
6+
namespace CoroutineSubstitute.UnitTests
77
{
88
public class ICoroutineRunnerTestExtensionsTests
99
{

Tests/Editor/Substitute/Utils/CoroutineExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using NUnit.Framework;
33
using UnityEngine;
44

5-
namespace CoroutineSubstitute.Tests.Utils
5+
namespace CoroutineSubstitute.UnitTests.Utils
66
{
77
public class CoroutineExtensionsTests
88
{

Tests/Editor/Substitute/Utils/CoroutineFactoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using NUnit.Framework;
33
using UnityEngine;
44

5-
namespace CoroutineSubstitute.Tests.Utils
5+
namespace CoroutineSubstitute.UnitTests.Utils
66
{
77
public class CoroutineFactoryTests
88
{

0 commit comments

Comments
 (0)