From 247073dbf16a05f1d0d490b38b88d2de40087672 Mon Sep 17 00:00:00 2001 From: minkyngkm Date: Wed, 31 Jul 2024 11:31:07 +0100 Subject: [PATCH] Fix lint-ts --- .../Subscriptions/SubscriptionList/ListCard/ListCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/src/advantage/react/components/Subscriptions/SubscriptionList/ListCard/ListCard.test.tsx b/static/js/src/advantage/react/components/Subscriptions/SubscriptionList/ListCard/ListCard.test.tsx index f8413342791..a07b1e05820 100644 --- a/static/js/src/advantage/react/components/Subscriptions/SubscriptionList/ListCard/ListCard.test.tsx +++ b/static/js/src/advantage/react/components/Subscriptions/SubscriptionList/ListCard/ListCard.test.tsx @@ -29,7 +29,7 @@ describe("ListCard", () => { }), ], number_of_machines: 2, - start_date: "2021-07-09T07:14:56Z", + start_date: new Date("2021-07-09T07:14:56Z"), }); const wrapper = mount( ,