From d3b3021fd574b62daae454c1c99e87c509639c18 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 23 Apr 2026 01:15:55 -0500 Subject: [PATCH] update SQLite version in test --- internal/processor/test/db-query_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/processor/test/db-query_test.go b/internal/processor/test/db-query_test.go index 87a0e32..7e48311 100644 --- a/internal/processor/test/db-query_test.go +++ b/internal/processor/test/db-query_test.go @@ -34,7 +34,7 @@ func TestDbQueryFromRegistry(t *testing.T) { } payload := "hello" - expected := map[string]any{"sqlite_version()": "3.51.3"} + expected := map[string]any{"sqlite_version()": "3.53.0"} got, err := processorInstance.Process(t.Context(), common.GetWrappedPayload(test.GetContextWithModules( t.Context(),