From 14b7c591d0517a32db3d74570f59329299cc218a Mon Sep 17 00:00:00 2001 From: kingeasternsun Date: Tue, 9 Nov 2021 16:25:44 +0800 Subject: [PATCH] fix "github.com/gogf/gf/v2/test/gtest" --- os/gcron/gcron_schedule_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/gcron/gcron_schedule_test.go b/os/gcron/gcron_schedule_test.go index 100ee54a6..06c07d72c 100644 --- a/os/gcron/gcron_schedule_test.go +++ b/os/gcron/gcron_schedule_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/gogf/gf/test/gtest" + "github.com/gogf/gf/v2/test/gtest" ) func TestSlash(t *testing.T) {