Skip to content

Commit

Permalink
欠けていた@testアノテーションをTestRobustumCodecs.testItemStackに追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiiragi283 committed Dec 17, 2024
1 parent 981264c commit 4c7e7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/test/codec/TestRobustumCodecs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class TestRobustumCodecs {
.onErrored { it shouldBe "Item must not be minecraft:air" }
}

@Test
fun testItemStack() {
RobustumCodecs.ITEM_STACK
.encodeStart(JsonOps.INSTANCE, ItemStack(Items.IRON_INGOT, 4))
Expand Down

0 comments on commit 4c7e7c6

Please sign in to comment.