Skip to content

Commit

Permalink
chore: adding test
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz committed Feb 26, 2025
1 parent d5fed40 commit 0a60716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amplitude/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (t *ClientSuite) TestRevenue() {
Quantity: 45,
ProductID: "product-1",
RevenueType: "revenue-1",
Currency: "USD",
Receipt: "receipt-1",
ReceiptSig: "sig-1",
Revenue: 7,
Expand All @@ -172,6 +173,7 @@ func (t *ClientSuite) TestRevenue() {
"ip": "IP 1",
"city": "IP 1 city",
"event_properties": {
"$currency": "USD",
"$price": 12.3,
"$quantity": 45,
"$productId": "product-1",
Expand Down

0 comments on commit 0a60716

Please sign in to comment.