From bd11c76151c7c5b7aab19531e1d80ca64c3f1c72 Mon Sep 17 00:00:00 2001 From: Dhia Ayachi Date: Thu, 14 Oct 2021 13:54:07 -0400 Subject: [PATCH] add missing import --- raft_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/raft_test.go b/raft_test.go index ce8e3ed29..ff693a72f 100644 --- a/raft_test.go +++ b/raft_test.go @@ -3,6 +3,7 @@ package raft import ( "bytes" "fmt" + "github.com/stretchr/testify/require" "io/ioutil" "os" "path/filepath"