Skip to content

Commit 3e346a5

Browse files
committed
fix: fix test
1 parent c9a093d commit 3e346a5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/stream_chat/test/fixtures/message_to_json.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"title": "The Lion King Disney GIF - Find & Share on GIPHY",
1111
"thumb_url": "https://media.giphy.com/media/5zvN79uTGfLMOVfQaA/giphy.gif",
1212
"text": "Discover & share this Lion King Live Action GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.",
13-
"og_scrape_url": "https://giphy.com/gifs/the-lion-king-live-action-5zvN79uTGfLMOVfQaA",
1413
"image_url": "https://media.giphy.com/media/5zvN79uTGfLMOVfQaA/giphy.gif",
1514
"author_name": "GIPHY",
1615
"asset_url": "https://media.giphy.com/media/5zvN79uTGfLMOVfQaA/giphy.mp4",

packages/stream_chat/test/src/core/models/message_test.dart

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ void main() {
5151
'https://media.giphy.com/media/5zvN79uTGfLMOVfQaA/giphy.gif',
5252
'asset_url':
5353
'https://media.giphy.com/media/5zvN79uTGfLMOVfQaA/giphy.mp4',
54-
'og_scrape_url':
55-
'https://giphy.com/gifs/the-lion-king-live-action-5zvN79uTGfLMOVfQaA'
5654
})
5755
],
5856
showInChannel: true,

0 commit comments

Comments
 (0)