Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Jan 22, 2024
1 parent 52b1b6a commit 451970b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class BufferReaderTest {
@Test
fun `Read byte`() {
//Given
packet(1, -2)
packet(2, -2)
//Then
assertEquals(2, buffer.readByte())
assertEquals(-2, buffer.readByte())
Expand Down

0 comments on commit 451970b

Please sign in to comment.