I dunno man

This commit is contained in:
Lani Aung
2024-10-06 23:12:50 -06:00
parent 9c44ec0156
commit e3f23389da
6 changed files with 97 additions and 46 deletions
@@ -39,7 +39,7 @@ public class BitStreamTests
}
[Test]
public void TestReadLong()
public void TestReadInt()
{
var random = (uint)Random.Shared.Next();
var bytes = BitConverter.GetBytes(random);