Skip to content

Commit

Permalink
fix: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Feb 6, 2024
1 parent 79c481f commit c53ccb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gql/heart-monitor/heart-monitor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
})
})
Expand Down

0 comments on commit c53ccb9

Please sign in to comment.