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 +}