Skip to content

Commit

Permalink
fix: remove scriptableobject error Tests
Browse files Browse the repository at this point in the history
The test that checks that scrscriptableobjects give error is no
longer valid
  • Loading branch information
paulpach committed Feb 2, 2020
1 parent 4b8f819 commit 479b78b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
7 changes: 0 additions & 7 deletions Assets/Mirror/Tests/Editor/WeaverTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ public void SyncVarsDerivedNetworkBehaviour()
Assert.That(weaverErrors, Contains.Item("Mirror.Weaver error: Cannot generate writer for component type MirrorTest.MirrorTestPlayer/MySyncVar. Use a supported type or provide a custom writer"));
}

[Test]
public void SyncVarsDerivedScriptableObject()
{
Assert.That(CompilationFinishedHook.WeaveFailed, Is.True);
Assert.That(weaverErrors, Contains.Item("Mirror.Weaver error: Cannot generate writer for scriptable object MirrorTest.MirrorTestPlayer/MySyncVar. Use a supported type or provide a custom writer"));
}

[Test]
public void SyncVarsStatic()
{
Expand Down

This file was deleted.

0 comments on commit 479b78b

Please sign in to comment.