Skip to content

Commit

Permalink
Tests should use etcdv3
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Oct 8, 2018
1 parent fa3aaa4 commit 8758bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestGRPCExecutionDone(t *testing.T) {
store := NewStore("etcd", []string{etcdAddr}, nil, "dkron", nil)
store := NewStore("etcdv3", []string{etcdAddr}, nil, "dkron", nil)
viper.Reset()

// Cleanup everything
Expand Down

0 comments on commit 8758bac

Please sign in to comment.