Skip to content

Commit 95deab0

Browse files
committed
Remove obsolete comment
1 parent 509fba8 commit 95deab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/webhooks/transferWebhook.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { EstimationTrackingData } from "../../typings/transferWebhooks/estimatio
22
import { TransferWebhooksHandler } from "../../typings/transferWebhooks/transferWebhooksHandler";
33

44
describe("Transfer Webhook Serialization", (): void => {
5-
// disabling temporarily (must address oneOf deserialization issue)
65
test("should correctly deserialize union types in transfer webhooks", () => {
76
// Simplest possible webhook with just the fields we need to test
87
const webhookData = {

0 commit comments

Comments
 (0)