Skip to content

Commit

Permalink
api: Fixing test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed May 4, 2015
1 parent 0450854 commit 5921fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5921fcb

Please sign in to comment.