Skip to content

Commit d3082c0

Browse files
author
Arthur Aulicino
committed
test: fix utils tests namespace
1 parent 098a1ad commit d3082c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.UnitTests.Utils
5+
namespace CoroutineSubstitute.Tests.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.UnitTests.Utils
5+
namespace CoroutineSubstitute.Tests.Utils
66
{
77
public class CoroutineFactoryTests
88
{

0 commit comments

Comments
 (0)