mirror of
https://github.com/status-im/consul.git
synced 2025-02-19 17:14:37 +00:00
api: Fixing test compilation issue
This commit is contained in:
parent
0450854f12
commit
5921fcb29b
@ -290,7 +290,7 @@ func TestLock_Conflict(t *testing.T) {
|
|||||||
|
|
||||||
func TestLock_ReclaimLock(t *testing.T) {
|
func TestLock_ReclaimLock(t *testing.T) {
|
||||||
c, s := makeClient(t)
|
c, s := makeClient(t)
|
||||||
defer s.stop()
|
defer s.Stop()
|
||||||
|
|
||||||
session, _, err := c.Session().Create(&SessionEntry{}, nil)
|
session, _, err := c.Session().Create(&SessionEntry{}, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user