Skip to content

Commit

Permalink
Adding one more assert
Browse files Browse the repository at this point in the history
  • Loading branch information
xibz authored and Jason Del Ponte committed Nov 30, 2016
1 parent ad09443 commit fd87cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/request/request_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ func TestCopy(t *testing.T) {

r := req.copy()
assert.NotEqual(t, req, r)
assert.Equal(t, req.Operation.HTTPMethod, r.Operation.HTTPMethod)
}

0 comments on commit fd87cda

Please sign in to comment.