Skip to content

Commit 54d847b

Browse files
committed
Medium API renames tag sport->sports.
1 parent bbf7c78 commit 54d847b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Medium.Tests/Client.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void CreatePost()
8080
{
8181
var client = new Medium.Client();
8282
var title = "Liverpool FC";
83-
var tags = new[] { "football", "sport", "liverpool" };
83+
var tags = new[] { "football", "sports", "liverpool" };
8484
var canonicalUrl = "http://jamietalbot.com/posts/liverpool-fc";
8585
var publishStatus = PublishStatus.Unlisted;
8686
var license = License.Cc40By;
@@ -124,7 +124,7 @@ public void CreatePostUnderPublication()
124124
{
125125
var client = new Medium.Client();
126126
var title = "Liverpool FC";
127-
var tags = new[] { "football", "sport", "liverpool" };
127+
var tags = new[] { "football", "sports", "liverpool" };
128128
var canonicalUrl = "http://jamietalbot.com/posts/liverpool-fc";
129129
var publishStatus = PublishStatus.Public;
130130
var license = License.Cc40By;

0 commit comments

Comments
 (0)