Skip to content

Commit 50837d3

Browse files
fix
Missed one of the files
1 parent f69b07c commit 50837d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testproject/Assets/Tests/Runtime/NetworkSceneManager/NetworkSceneManagerFixValidationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// TODO: Rewrite test to use the tools package. Debug simulator not available in UTP 2.X.
2+
#if !UTP_TRANSPORT_2_0_ABOVE
13
using System.Collections;
24
using System.Collections.Generic;
35
using NUnit.Framework;
@@ -9,8 +11,6 @@
911
using UnityEngine.TestTools;
1012
using Object = UnityEngine.Object;
1113

12-
// TODO: Rewrite test to use the tools package. Debug simulator not available in UTP 2.X.
13-
#if !UTP_TRANSPORT_2_0_ABOVE
1414

1515
namespace TestProject.RuntimeTests
1616
{

0 commit comments

Comments
 (0)