mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
.
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user