Skip to content

Commit 0327b5d

Browse files
committed
Correct unit test
1 parent 142e565 commit 0327b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/notification.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ describe("Notification Test", function (): void {
213213

214214
it("should deserialize Management v3 Webhooks", function (): void {
215215
const json = {
216-
"type": "paymentMethod.requestRemoved",
216+
"type": "paymentMethodRequest.removed",
217217
"environment": "devl",
218218
"createdAt": "2023-06-12T18:59:17+02:00",
219219
"data": {

0 commit comments

Comments
 (0)