From ffbd171b5b87cfdf2173ce2227392a2875fc5723 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Sun, 27 Oct 2024 21:23:59 +0700 Subject: [PATCH] Resolved error in test/actions --- test/actions/getPipedriveLeadSummary.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/actions/getPipedriveLeadSummary.test.ts b/test/actions/getPipedriveLeadSummary.test.ts index e678321..cb49ee5 100644 --- a/test/actions/getPipedriveLeadSummary.test.ts +++ b/test/actions/getPipedriveLeadSummary.test.ts @@ -1,8 +1,8 @@ -import { handler } from '../../src/actions/getPipedriveLeadSummary'; +import { handler } from '../../src/actions/getPipedriveLeadorDealInfo'; // TODO #1: Rename xit() to it() to enable the test. // TODO #2: Change the test name below to match your use case. -xit('should verify if the getPipedriveLeadSummary action works as expected', async () => { +xit('should verify if the getPipedriveLeadorDealInfo action works as expected', async () => { const input = { /* TODO #3: Specify input for the action. */ };