From 4e69bf1fc18c5fe66cd37cfe79ba111abfeab96a Mon Sep 17 00:00:00 2001 From: Patrick Schubert Date: Mon, 26 Feb 2024 16:02:42 +0100 Subject: [PATCH] . --- packages/mongo/oplog_tests.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/mongo/oplog_tests.js b/packages/mongo/oplog_tests.js index d0f2968ce8..029acc20d4 100644 --- a/packages/mongo/oplog_tests.js +++ b/packages/mongo/oplog_tests.js @@ -226,9 +226,6 @@ async function oplogOptionsTest({ test.equal(await shouldBeTracked, true); test.equal(await shouldBeIgnored, true); - } catch(err) { - // we just have this catch to be able to use the finally! ;) - throw err; } finally { // Reset: Meteor.settings.packages.mongo = { ...previousMongoPackageSettings };