Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydevs17 committed Dec 12, 2024
1 parent 8dd6142 commit 8702236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/src/make-webhook/tool.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { MakeWebhook } = require('../../dist/Make-webhook/index.cjs.js');
const { MakeWebhook } = require('../../dist/make-webhook/index.cjs.js');

describe('MakeWebhook', () => {
test('MakeWebhook sends correct parameters and receives response', async () => {
Expand Down

0 comments on commit 8702236

Please sign in to comment.