@@ -188,7 +188,7 @@ func TestClient_Modify(t *testing.T) {
188188 modifyInput : ModifyInput {
189189 AccessToken : "access-token" ,
190190 Actions : []Action {
191- {Name : ActionAdd , ItemID : "987" , Url : "https://github.com" , Title : "Github" },
191+ {Name : ActionAdd , ItemID : "987" , URL : "https://github.com" , Title : "Github" },
192192 {Name : ActionArchive , ItemID : "654" , Time : time .Now ().Unix ()},
193193 {Name : ActionFavorite , ItemID : "321" , Time : time .Now ().Unix ()},
194194 },
@@ -205,7 +205,7 @@ func TestClient_Modify(t *testing.T) {
205205 modifyInput : ModifyInput {
206206 AccessToken : "" ,
207207 Actions : []Action {
208- {Name : ActionAdd , ItemID : "987" , Url : "https://github.com" , Title : "Github" },
208+ {Name : ActionAdd , ItemID : "987" , URL : "https://github.com" , Title : "Github" },
209209 {Name : ActionArchive , ItemID : "654" , Time : time .Now ().Unix ()},
210210 {Name : ActionFavorite , ItemID : "321" , Time : time .Now ().Unix ()},
211211 },
@@ -235,7 +235,7 @@ func TestClient_Modify(t *testing.T) {
235235 modifyInput : ModifyInput {
236236 AccessToken : "access-token" ,
237237 Actions : []Action {
238- {Name : ActionAdd , ItemID : "987" , Url : "https://github.com" , Title : "Github" },
238+ {Name : ActionAdd , ItemID : "987" , URL : "https://github.com" , Title : "Github" },
239239 {Name : ActionArchive , ItemID : "654" , Time : time .Now ().Unix ()},
240240 {Name : ActionFavorite , ItemID : "321" , Time : time .Now ().Unix ()},
241241 },
@@ -293,9 +293,9 @@ func TestClient_Retrieving(t *testing.T) {
293293 {
294294 ID : "229279689" ,
295295 ResolvedID : "229279689" ,
296- GivenUrl : `http://www.grantland.com/blog/the-triangle/post/_/id/38347/ryder-cup-preview` ,
296+ GivenURL : `http://www.grantland.com/blog/the-triangle/post/_/id/38347/ryder-cup-preview` ,
297297 GivenTitle : `The Massive Ryder Cup Preview - The Triangle Blog - Grantland` ,
298- ResolvedUrl : `http://www.grantland.com/blog/the-triangle/post/_/id/38347/ryder-cup-preview` ,
298+ ResolvedURL : `http://www.grantland.com/blog/the-triangle/post/_/id/38347/ryder-cup-preview` ,
299299 ResolvedTitle : `The Massive Ryder Cup Preview` ,
300300 Favorite : "0" ,
301301 Status : "0" ,
0 commit comments