File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -274,9 +274,9 @@ func TestRSSMultipleMedia(t *testing.T) {
274274 GUID : "http://example.com/posts/1" ,
275275 URL : "http://example.com/posts/1" ,
276276 MediaLinks : []MediaLink {
277- {URL :"https://example.com/path/to/image1.png" , Type :"image" , Description :"description 1" },
278- {URL :"https://example.com/path/to/image2.png" , Type :"image" , Description :"description 2" },
279- {URL :"https://example.com/path/to/video1.mp4" , Type :"video" , Description :"video description" },
277+ {URL : "https://example.com/path/to/image1.png" , Type : "image" , Description : "description 1" },
278+ {URL : "https://example.com/path/to/image2.png" , Type : "image" , Description : "description 2" },
279+ {URL : "https://example.com/path/to/video1.mp4" , Type : "video" , Description : "video description" },
280280 },
281281 },
282282 }
You can’t perform that action at this time.
0 commit comments