From 5b13c27ec9ce0be1f8906e1596325a04e44f8de6 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:16:26 -0500 Subject: [PATCH] Remove `4` --- docs/contributing/testing/database/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/testing/database/index.md b/docs/contributing/testing/database/index.md index 38b86989..0f78cf80 100644 --- a/docs/contributing/testing/database/index.md +++ b/docs/contributing/testing/database/index.md @@ -1,6 +1,6 @@ # Database Integration Testing -Since Bitwarden has multiple database options (4), testing them all automatically is incredibly +Since Bitwarden has multiple database options, testing them all automatically is incredibly important so that we don't have to have a full QA process for each database type. This is where the `Infrastructure.IntegrationTest` project comes in, allowing the setup of tests similarly to how the databases are consumed in the applications through their common interfaces, generally an