From 9970f1c0eb040de67aed4db3f69b1eab3fb6d813 Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Fri, 26 Jan 2024 11:08:15 -0500 Subject: [PATCH] PR(TEMP-DROP): Temp fix to make tests work for me. will drop this pre-merge. --- tests/integration/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/db.go b/tests/integration/db.go index d83cf96b61..627b9489e2 100644 --- a/tests/integration/db.go +++ b/tests/integration/db.go @@ -139,7 +139,7 @@ func setupDatabase(s *state) (impl client.DB, path string, err error) { } // TODO-ACP FIX BEFORE PR - // s.dbt = badgerFileType + s.dbt = badgerFileType // TODO-ACP FIX BEFORE PR switch s.dbt {