Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Lal committed Nov 1, 2016
1 parent 0b7f73c commit a9e45d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/mongodb/mongodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestGetUserByName(t *testing.T) {
func TestGetUser(t *testing.T) {
TestMongo.Session = TestServer.Session()
defer TestMongo.Session.Close()
u, err := TestMongo.GetUser("1")
_, err := TestMongo.GetUser("1")
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit a9e45d0

Please sign in to comment.