Skip to content

Commit

Permalink
Resolved error in test/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Liebmann committed Oct 27, 2024
1 parent 15e38b5 commit ffbd171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/actions/getPipedriveLeadSummary.test.ts
Original file line number Diff line number Diff line change
@@ -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. */
};
Expand Down

0 comments on commit ffbd171

Please sign in to comment.