From 46a5561340d0cb51ce66aab159f32204f37e17f6 Mon Sep 17 00:00:00 2001 From: Gennady Lipenkov Date: Wed, 22 Jul 2020 11:39:28 +0300 Subject: [PATCH] go import file --- post-processor/yandex-import/artifact_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-processor/yandex-import/artifact_test.go b/post-processor/yandex-import/artifact_test.go index 40caf729d..efc007fc2 100644 --- a/post-processor/yandex-import/artifact_test.go +++ b/post-processor/yandex-import/artifact_test.go @@ -1,8 +1,9 @@ package yandeximport import ( - "github.com/stretchr/testify/require" "testing" + + "github.com/stretchr/testify/require" ) func TestArtifactState_StateData(t *testing.T) {