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 };