diff --git a/jest.config.ts b/jest.config.ts
index 50d8cc8fadd67a85a9281498f4704db9d7a7e2a7..e02a0e697d02248eaa7840afb7ea569d4ac1a5ab 100644
--- a/jest.config.ts
+++ b/jest.config.ts
@@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = {
     : ['html', 'text-summary'],
   coverageThreshold: {
     global: {
-      branches: 94.15,
+      branches: 94,
       functions: 100,
       lines: 100,
       statements: 100,