mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
7251cd621c
commit
c7a8af3b7f
@ -76,10 +76,7 @@ public override void SetUp()
|
|||||||
}
|
}
|
||||||
|
|
||||||
[TearDown]
|
[TearDown]
|
||||||
public override void TearDown()
|
public override void TearDown() => base.TearDown();
|
||||||
{
|
|
||||||
base.TearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void CommandIsSentWithAuthority()
|
public void CommandIsSentWithAuthority()
|
||||||
@ -255,10 +252,7 @@ public override void SetUp()
|
|||||||
}
|
}
|
||||||
|
|
||||||
[TearDown]
|
[TearDown]
|
||||||
public override void TearDown()
|
public override void TearDown() => base.TearDown();
|
||||||
{
|
|
||||||
base.TearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
// test to prevent https://github.com/vis2k/Mirror/issues/2629
|
// test to prevent https://github.com/vis2k/Mirror/issues/2629
|
||||||
// from happening again in the future
|
// from happening again in the future
|
||||||
|
Loading…
Reference in New Issue
Block a user