Skip to content

Commit

Permalink
types.go: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DjMike238 committed Jan 4, 2025
1 parent 88fa0b8 commit cac092b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ func TestAPIResponseStarTransactions(_ *testing.T) {
a.Base()
}

func TestAPIResponsePreparedInlineMessage(_ *testing.T) {
a := APIResponsePreparedInlineMessage{}
a.Base()
}

func TestAPIResponseGifts(_ *testing.T) {
a := APIResponseGifts{}
a.Base()
}

func TestInputMediaPhoto(_ *testing.T) {
i := InputMediaPhoto{}
i.media()
Expand Down

0 comments on commit cac092b

Please sign in to comment.