Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Jan 22, 2024
1 parent e18a759 commit bb8e668
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 bb8e668

Please sign in to comment.