remove feed_url references

This commit is contained in:
Nazar Kanaev 2021-03-22 16:16:34 +00:00
parent 19967ce37c
commit efafdbebaa
5 changed files with 0 additions and 6 deletions

View file

@ -38,7 +38,6 @@ func TestAtom(t *testing.T) {
want := &Feed{
Title: "Example Feed",
SiteURL: "http://example.org/",
FeedURL: "http://example.org/feed/",
Items: []Item{
{
GUID: "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a",