Skip to content

Commit cdfd5a5

Browse files
committed
fix(e2e): add missing testify/require import in setup_test.go
1 parent ccabf7a commit cdfd5a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/e2e/setup_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ import (
2626
"strings"
2727
"testing"
2828
"time"
29+
30+
"github.com/stretchr/testify/require"
2931
)
3032

3133
var (

0 commit comments

Comments
 (0)