Skip to content

Commit 1753737

Browse files
fix: type errors in test
1 parent 5144c30 commit 1753737

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/frames.js/src/getFrame.test.ts

-8
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,21 @@ describe("getFrame", () => {
2121
{
2222
label: "Green",
2323
action: "post",
24-
post_url: undefined,
2524
target: undefined,
2625
},
2726
{
2827
label: "Purple",
2928
action: "post",
30-
post_url: undefined,
3129
target: undefined,
3230
},
3331
{
3432
label: "Red",
3533
action: "post",
36-
post_url: undefined,
3734
target: undefined,
3835
},
3936
{
4037
label: "Blue",
4138
action: "post",
42-
post_url: undefined,
4339
target: undefined,
4440
},
4541
],
@@ -194,25 +190,21 @@ describe("getFrame", () => {
194190
{
195191
action: "post",
196192
label: "1",
197-
post_url: undefined,
198193
target: undefined,
199194
},
200195
{
201196
action: "post_redirect",
202197
label: "2",
203-
post_url: undefined,
204198
target: undefined,
205199
},
206200
{
207201
action: "link",
208202
label: "3",
209-
post_url: undefined,
210203
target: "https://example.com",
211204
},
212205
{
213206
action: "mint",
214207
label: "Mint",
215-
post_url: undefined,
216208
target: "eip155:7777777:0x060f3edd18c47f59bd23d063bbeb9aa4a8fec6df",
217209
},
218210
],

0 commit comments

Comments
 (0)