From 70ffdb0b8733295be39759c99ea1621ea2d18934 Mon Sep 17 00:00:00 2001 From: Sarthak Makhija Date: Mon, 22 May 2023 19:06:24 +0530 Subject: [PATCH] Sarthak | Changed the ordering of the import packages (#1847) --- y/error_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/y/error_test.go b/y/error_test.go index 61ea6a4c6..b8091dc2e 100644 --- a/y/error_test.go +++ b/y/error_test.go @@ -2,8 +2,9 @@ package y import ( "errors" - "github.com/stretchr/testify/require" "testing" + + "github.com/stretchr/testify/require" ) func TestCombineWithBothErrorsPresent(t *testing.T) {