Skip to content

Commit 794ec9b

Browse files
committed
updated a comment
1 parent f791571 commit 794ec9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

usecases/publicationServiceImpl_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)