Skip to content

Commit eb1c8fe

Browse files
committed
Fix unit test
1 parent d7de5f0 commit eb1c8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/functions/tickets.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe("getUserMerchPurchases tests", () => {
233233
fulfilled: true,
234234
});
235235
expect(result[1]).toEqual({
236-
valid: true,
236+
valid: false,
237237
type: "merch",
238238
ticketId: "pi_456",
239239
purchaserData: {

0 commit comments

Comments
 (0)