We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2965335 commit 99b1ce6Copy full SHA for 99b1ce6
MLAPI.Tests/NetworkingManagerComponents/Binary/BitStreamTest.cs
@@ -11,8 +11,7 @@ public class BitStreamTest
11
12
[Test]
13
public void TestEmptyStream()
14
- {
15
-
+ {
16
BitStream bitStream = new BitStream(new byte[100]);
17
// ideally an empty stream should take no space
18
Assert.That(bitStream.Length, Is.EqualTo(0));
@@ -21,7 +20,6 @@ public void TestEmptyStream()
21
20
22
public void TestBool()
23
{
24
25
26
bitStream.WriteBit(true);
27
0 commit comments