Skip to content

Commit

Permalink
Fix tests (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed May 21, 2018
1 parent dac5e66 commit 41ce9a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pinterest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func (suite *ClientTestSuite) TestNotFoundUserFetch() {

// Assume there is an error
assert.NotEqual(suite.T(), nil, err)
assert.Equal(suite.T(), err.Error(), "PinterestError: {\"status_code\":404,\"message\":\"User not found.\"}")

// Check error type
if pinterestError, ok := err.(*models.PinterestError); ok {
Expand Down

0 comments on commit 41ce9a8

Please sign in to comment.