test(): uncomment context id factory strategy revert

This commit is contained in:
Kamil Myśliwiec
2022-05-31 11:32:39 +02:00
parent b8652f8770
commit ac5df55945

View File

@@ -70,7 +70,7 @@ describe('Durable providers', () => {
});
after(async () => {
//ContextIdFactory['strategy'] = undefined;
ContextIdFactory['strategy'] = undefined;
await app.close();
});
});