Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
user: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Jul 27, 2015
1 parent 43b8208 commit 129ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func (s *S) TestRemoveUserKeys(c *check.C) {
func (s *S) TestRemoveUserMultipleKeys(c *check.C) {
err := addKey("key1", rawKey, "glenda")
c.Assert(err, check.IsNil)
err = addKey("key1", otherKey, "glenda")
err = addKey("key2", otherKey, "glenda")
c.Assert(err, check.IsNil)
err = removeUserKeys("glenda")
c.Assert(err, check.IsNil)
Expand Down

0 comments on commit 129ff92

Please sign in to comment.