Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Jun 29, 2024
1 parent a59960b commit 33dc4d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func TestSetMessageReaction(t *testing.T) {
msgTmp.ID,
&MessageReactionOptions{
Reaction: []ReactionType{
ReactionTypeEmoji{
ReactionType{
Type: "emoji",
Emoji: "👍",
},
Expand Down
10 changes: 0 additions & 10 deletions types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,6 @@ func TestInputMediaDocument(_ *testing.T) {
i.groupable()
}

func TestReactionTypeEmoji(_ *testing.T) {
r := ReactionTypeEmoji{}
r.ImplementsReactionType()
}

func TestReactionTypeCustomEmoji(_ *testing.T) {
r := ReactionTypeCustomEmoji{}
r.ImplementsReactionType()
}

func TestBackgroundFillSolid(_ *testing.T) {
b := BackgroundFillSolid{}
b.ImplementsBackgroundFill()
Expand Down

0 comments on commit 33dc4d1

Please sign in to comment.