mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +00:00
[ci skip] test: rename Pack8Bit to PackByte
This commit is contained in:
parent
62034ded75
commit
3f47a4ec44
@ -7,7 +7,7 @@ namespace X10D.Tests.Collections;
|
|||||||
public class BoolListTests
|
public class BoolListTests
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Pack8Bit_Should_Pack_Correctly()
|
public void PackByte_Should_Pack_Correctly()
|
||||||
{
|
{
|
||||||
var array = new[] {true, false, true, false, true, false, true, false};
|
var array = new[] {true, false, true, false, true, false, true, false};
|
||||||
Assert.AreEqual(85, array.PackByte()); // 01010101
|
Assert.AreEqual(85, array.PackByte()); // 01010101
|
||||||
|
Loading…
Reference in New Issue
Block a user