Skip to content

Commit

Permalink
add additional check for the message content
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Nov 21, 2021
1 parent 13f3dc8 commit 848e8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func TestCanPraseBadActionMessageWithoutPanic(t *testing.T) {
msg := message.(*PrivateMessage)

assertStringsEqual(t, "11148817", msg.User.ID)
assertStringsEqual(t, "", msg.Message)
}

func TestCantParseNoTagsMessage(t *testing.T) {
Expand Down

0 comments on commit 848e8af

Please sign in to comment.