mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge pull request #5716 from guggero/fix-unit-tests
cluster: fix kvdb unit test
This commit is contained in:
commit
777abe5ff0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func TestEtcdElector(t *testing.T) {
|
|||
t.Fatalf("unable to create temp dir: %v", err)
|
||||
}
|
||||
|
||||
etcdCfg, cleanup, err := etcd.NewEmbeddedEtcdInstance(tmpDir, 0, 0)
|
||||
etcdCfg, cleanup, err := etcd.NewEmbeddedEtcdInstance(tmpDir, 0, 0, "")
|
||||
require.NoError(t, err)
|
||||
defer cleanup()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue