Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit d0e0aa1

Browse files
committed
Fixed wrong Header Test
1 parent beeae74 commit d0e0aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/kaleidox/test/vban/packet/PacketHeaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public void testHeaderLayout() {
2727

2828
@Test
2929
public void testHeaderSize() {
30-
assertEquals(24, headFactory.create().getBytes().length);
30+
assertEquals(28, headFactory.create().getBytes().length);
3131
}
3232
}

0 commit comments

Comments
 (0)