update test

This commit is contained in:
Sergey Zhemoytel 2025-01-08 00:24:00 +03:00
parent b3fccab775
commit 47d4671626

View file

@ -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")
}
}