From 7522071a03db847e0aafc13892824c0e82f24421 Mon Sep 17 00:00:00 2001 From: d3m0k1d Date: Wed, 21 Jan 2026 19:16:25 +0300 Subject: [PATCH] fix: fix tests --- internal/storage/db_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storage/db_test.go b/internal/storage/db_test.go index b6e2cdc..af52448 100644 --- a/internal/storage/db_test.go +++ b/internal/storage/db_test.go @@ -3,7 +3,7 @@ package storage import ( "database/sql" "github.com/d3m0k1d/BanForge/internal/logger" - "modernc.org/sqlite" + _ "modernc.org/sqlite" "os" "path/filepath" "testing"