From c53ccb9e341a2a3e34b9910057e766b1c9acd36c Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Tue, 6 Feb 2024 09:06:41 -0500 Subject: [PATCH] fix: fix test failure --- src/gql/heart-monitor/heart-monitor.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gql/heart-monitor/heart-monitor.test.ts b/src/gql/heart-monitor/heart-monitor.test.ts index 5663db6d..7cc55f90 100644 --- a/src/gql/heart-monitor/heart-monitor.test.ts +++ b/src/gql/heart-monitor/heart-monitor.test.ts @@ -469,8 +469,11 @@ const testMarketingMutation = async ( test.skip("marketingMutation", async () => { await testMarketingMutation({ input: { - id: "800528778854182912", + creationTimestamp: new Date().toString(), + userId: "800528778854182912", nibiAddress: "nibi1p6luzkxeufy29reymgjqnl5mv6a6gae07cphed", + displayName: "WildFyre", + username: "wildfyreapp", }, }) })