Skip to content

Commit

Permalink
Sarthak | Changed the ordering of the import packages (hypermodeinc#1847
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SarthakMakhija committed May 22, 2023
1 parent 9f81ece commit 70ffdb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion y/error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package y

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

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

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

0 comments on commit 70ffdb0

Please sign in to comment.