This commit is contained in:
Patrick Schubert
2024-02-26 16:02:42 +01:00
parent 66e8812303
commit 4e69bf1fc1

View File

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