From 9ca81565a545a2433a783053bbbb005a77b48e72 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 4 May 2015 15:27:22 -0700 Subject: [PATCH] api: Fixing test compilation issue --- api/lock_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {