Skip to content

Commit

Permalink
test: fix (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn authored Aug 29, 2024
1 parent 0f482cd commit 6372b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/next/getFrameMetadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('default', async () => {
"fc:frame": "vNext",
"fc:frame:button:1": "Features →",
"fc:frame:button:1:action": "post",
"fc:frame:button:1:target": "https://frame.frog.fm/api/features?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"fc:frame:button:1:target": "https://frame.frog.fm/api/features?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"fc:frame:button:2": "Docs",
"fc:frame:button:2:action": "link",
"fc:frame:button:2:target": "https://frog.fm",
Expand All @@ -19,7 +19,7 @@ test('default', async () => {
"fc:frame:button:3:target": "https://github.com/wevm/frog",
"fc:frame:image": "https://frame.frog.fm/og.png",
"fc:frame:image:aspect_ratio": "1.91:1",
"fc:frame:post_url": "https://frame.frog.fm/api?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"fc:frame:post_url": "https://frame.frog.fm/api?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"og:image": "https://frame.frog.fm/og.png",
"og:title": "Frog – Framework for Farcaster Frames",
}
Expand Down
4 changes: 2 additions & 2 deletions src/utils/getFrameMetadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test('default', async () => {
"property": "og:title",
},
{
"content": "https://frame.frog.fm/api?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"content": "https://frame.frog.fm/api?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"property": "fc:frame:post_url",
},
{
Expand All @@ -40,7 +40,7 @@ test('default', async () => {
"property": "fc:frame:button:1:action",
},
{
"content": "https://frame.frog.fm/api/features?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"content": "https://frame.frog.fm/api/features?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l",
"property": "fc:frame:button:1:target",
},
{
Expand Down

0 comments on commit 6372b2c

Please sign in to comment.