This commit is contained in:
Nazar Kanaev 2021-03-22 21:25:25 +00:00
parent 7ca9415322
commit 9e8837b37d
6 changed files with 9 additions and 11 deletions

View file

@ -7,7 +7,7 @@ import (
)
func TestJSONFeed(t *testing.T) {
have, _ := ParseJSON(strings.NewReader(`{
have, _ := Parse(strings.NewReader(`{
"version": "https://jsonfeed.org/version/1",
"title": "My Example Feed",
"home_page_url": "https://example.org/",