Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed May 30, 2024
1 parent e691f95 commit 6ffe0eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ class DecoderTest {
null, // 84
null, // 71
Walk(1234, 4321), // 35
Walk(1234, 4321), // 82
Walk(1234, 4321, minimap = true), // 82
null, // 49
null, // 8
null, // 52
null, // 58
WorldMapClick(tile = 12345), // 58
).mapIndexed { index, expected ->
val (id, data) = packets[index]
dynamicTest("Test ${if (expected != null) expected::class.simpleName else "Packet $id"} decoder") {
Expand Down

0 comments on commit 6ffe0eb

Please sign in to comment.