From 47d467162610a1bf3ae5363246a43c3e6f98e6f5 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 8 Jan 2025 00:24:00 +0300 Subject: [PATCH] update test --- test/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main.go b/test/main.go index 262d10a..17fbdbd 100644 --- a/test/main.go +++ b/test/main.go @@ -11,7 +11,7 @@ import ( "os" "strings" - "github.com/tvoygit.ru/Djam/abfapi" + "tvoygit.ru/Djam/abfapi" ) // MockServer Represents a test HTTP server with mocks. @@ -147,4 +147,4 @@ func main() { logger.Fatalf("Failed to fetch file: %v", err) } logger.Printf("File fetched successfully") -} \ No newline at end of file +}