diff --git a/api/lock_test.go b/api/lock_test.go index 1bb9ecaa7..163372fe4 100644 --- a/api/lock_test.go +++ b/api/lock_test.go @@ -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 {