File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ func TestPublicationFindAndUpdate(t *testing.T) {
139139
140140/*
141141 given publication is in repository:
142- {ID: "pub-001", Title: "Alberta Blog", URL: "https://alberta.ca/blog"}
142+ {Title: "Alberta Blog", URL: "https://alberta.ca/blog"}
143143 and publication's feed has 3 posts on it:
144- {ID: "100-001", Title: "Hello World", URL: "https://alberta.ca/blog/001/hello-world"}
145- {ID: "100-002", Title: "Yesterday", URL: "https://alberta.ca/blog/002/yesterday"}
146- {ID: "100-003", Title: "Another Day", URL: "https://alberta.ca/blog/003/another-day"}
144+ {Title: "Hello World", URL: "https://alberta.ca/blog/001/hello-world"}
145+ {Title: "Yesterday", URL: "https://alberta.ca/blog/002/yesterday"}
146+ {Title: "Another Day", URL: "https://alberta.ca/blog/003/another-day"}
147147 when FetchPublicationPosts is called on it
148148 then the Posts should be added to the repository
149149*/
You can’t perform that action at this time.
0 commit comments