diff --git a/.github/workflows/dapr-bot/bot_test.go b/.github/workflows/dapr-bot/bot_test.go index a890cca8..41d7ad1f 100644 --- a/.github/workflows/dapr-bot/bot_test.go +++ b/.github/workflows/dapr-bot/bot_test.go @@ -8,6 +8,7 @@ import ( "github.com/google/go-github/v55/github" "github.com/jinzhu/copier" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) var testBot = &Bot{ diff --git a/.github/workflows/dapr-bot/event_test.go b/.github/workflows/dapr-bot/event_test.go index c2518719..507e7580 100644 --- a/.github/workflows/dapr-bot/event_test.go +++ b/.github/workflows/dapr-bot/event_test.go @@ -8,6 +8,7 @@ import ( "github.com/google/go-github/v55/github" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) var testEvent = Event{ diff --git a/tools/check-lint-version/main_test.go b/tools/check-lint-version/main_test.go index 047758f8..c8c749e9 100644 --- a/tools/check-lint-version/main_test.go +++ b/tools/check-lint-version/main_test.go @@ -4,6 +4,7 @@ import ( "testing" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) func TestParseWorkflow(t *testing.T) {