api: Fixing test compilation issue

This commit is contained in:
Armon Dadgar 2015-05-04 15:27:22 -07:00
parent 63bd33ff0b
commit 9ca81565a5
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ func TestLock_Conflict(t *testing.T) {
func TestLock_ReclaimLock(t *testing.T) {
c, s := makeClient(t)
defer s.stop()
defer s.Stop()
session, _, err := c.Session().Create(&SessionEntry{}, nil)
if err != nil {