[ci skip] test: rename Pack8Bit to PackByte

This commit is contained in:
Oliver Booth 2023-03-31 20:23:56 +01:00
parent 62034ded75
commit 3f47a4ec44
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace X10D.Tests.Collections;
public class BoolListTests
{
[TestMethod]
public void Pack8Bit_Should_Pack_Correctly()
public void PackByte_Should_Pack_Correctly()
{
var array = new[] {true, false, true, false, true, false, true, false};
Assert.AreEqual(85, array.PackByte()); // 01010101