Skip to content

Commit e541620

Browse files
committed
updates test
1 parent b50a551 commit e541620

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/__tests__/LoopsClient.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,10 @@ describe("LoopsClient", () => {
499499
email: "test@example.com",
500500
dataVariables: {
501501
name: "John",
502-
product: "Widgets",
502+
products: [
503+
{ name: "Widget", price: 29.99 },
504+
{ name: "Gadget", price: 49.99 },
505+
],
503506
},
504507
};
505508
const mockResponse = { success: true };

0 commit comments

Comments
 (0)