Skip to content

Commit

Permalink
test: テストが動かない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Apr 23, 2022
1 parent 927927b commit 89195c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/test/src/main/kotlin/dev/s7a/ktspigot/TestItemMeta.kt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ open class TestItemMeta(meta: ItemMeta?) : ItemMeta {
TODO("Not yet implemented")
}

override fun getAsString(): String {
TODO("Not yet implemented")
}

override fun getCustomTagContainer(): CustomItemTagContainer {
TODO("Not yet implemented")
}
Expand Down

0 comments on commit 89195c3

Please sign in to comment.