Skip to content

Commit 509fba8

Browse files
committed
Re-enable test
1 parent c8abed8 commit 509fba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/webhooks/transferWebhook.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TransferWebhooksHandler } from "../../typings/transferWebhooks/transfer
33

44
describe("Transfer Webhook Serialization", (): void => {
55
// disabling temporarily (must address oneOf deserialization issue)
6-
it.skip("should correctly deserialize union types in transfer webhooks", () => {
6+
test("should correctly deserialize union types in transfer webhooks", () => {
77
// Simplest possible webhook with just the fields we need to test
88
const webhookData = {
99
data: {

0 commit comments

Comments
 (0)