Skip to content

Commit

Permalink
Rename tag reorder test
Browse files Browse the repository at this point in the history
  • Loading branch information
wfernandes committed Jun 15, 2017
1 parent c46cc6c commit 2d8467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestGet_UserTags(t *testing.T) {
Expect(tags).To(HaveLen(3))
}

func TestPost_ReorderTags(t *testing.T) {
func TestReorder_Tags(t *testing.T) {
RegisterTestingT(t)
setup()
defer teardown()
Expand Down

0 comments on commit 2d8467d

Please sign in to comment.