From 5cfcafac8bda9755b92b2666245ca0ca866f9750 Mon Sep 17 00:00:00 2001 From: syntaxErrorLineNil Date: Mon, 26 Aug 2024 23:40:44 +0300 Subject: [PATCH] update import --- worker/task_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/task_test.go b/worker/task_test.go index d820344..730f01c 100644 --- a/worker/task_test.go +++ b/worker/task_test.go @@ -6,8 +6,8 @@ import ( "sync" "testing" "time" - "worker/mocks" + "github.com/SyntaxErrorLineNULL/worker/mocks" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" )