Skip to content

Commit

Permalink
add: TestMiraiCode
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 4, 2023
1 parent 77af9ba commit bceefcf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,10 @@ internal class TestMiraiCode : AbstractTest() {
messageChainOf(RockPaperScissors.PAPER),
"[mirai:rps:paper]".deserializeMiraiCode()
)

assertEquals(
messageChainOf(SuperFace(Face.DA_CALL)),
"[mirai:superface:331,1,1]".deserializeMiraiCode()
)
}
}

0 comments on commit bceefcf

Please sign in to comment.