api: Fixing test compilation issue

pull/905/head
Armon Dadgar 2015-05-04 15:27:22 -07:00
parent 0450854f12
commit 5921fcb29b
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 {