Skip to content

Commit

Permalink
[fix]: update go import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sha3nS committed Jun 27, 2023
1 parent 914e3be commit 95b3821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mt-challenger/challenger/challenger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package challenger

import (
"fmt"
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

func TestSliceRange(t *testing.T) {
Expand Down

0 comments on commit 95b3821

Please sign in to comment.