Skip to content

Commit fd74fd5

Browse files
committed
refactor: remove DataStreamTests
1 parent a085992 commit fd74fd5

4 files changed

Lines changed: 19 additions & 194 deletions

File tree

com.unity.multiplayer.mlapi/Tests/Editor/DataStreamTests.cs

Lines changed: 0 additions & 189 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
using NUnit.Framework;
2+
3+
namespace MLAPI.Tests
4+
{
5+
public class PlaceholderTests
6+
{
7+
[Test]
8+
public void Foo()
9+
{
10+
}
11+
12+
[Test]
13+
public void Bar()
14+
{
15+
}
16+
}
17+
}

com.unity.multiplayer.mlapi/Tests/Editor/DataStreamTests.cs.meta renamed to com.unity.multiplayer.mlapi/Tests/Editor/Placeholder.cs.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"name": "Unity.Multiplayer.MLAPI.EditorTests",
33
"references": [
4-
"Unity.Collections",
5-
"Unity.Mathematics",
64
"Unity.Multiplayer.MLAPI.Runtime"
75
],
86
"optionalUnityReferences": [
@@ -11,6 +9,5 @@
119
"includePlatforms": [
1210
"Editor"
1311
],
14-
"excludePlatforms": [],
15-
"allowUnsafeCode": true
12+
"excludePlatforms": []
1613
}

0 commit comments

Comments
 (0)