update SQLite version in test

This commit is contained in:
2026-04-23 01:15:55 -05:00
committed by GitHub
parent 094933a34b
commit d3b3021fd5

View File

@@ -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(),