Skip to content

Commit

Permalink
Add 1.19.3 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Newspicel committed Jan 9, 2023
1 parent 38bfc4b commit 04f4ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/io/layercraft/packetlib/PacketIdCheck.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PacketIdCheck {

@Test
fun `check if all ids are same in registry and in packet class`() {
val codecs = listOf(MC.V1_19_2)
val codecs = listOf(MC.V1_19_2, MC.V1_19_3)
codecs.forEach { checkCodec(it) }
}

Expand Down

0 comments on commit 04f4ec7

Please sign in to comment.