We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbdf64 commit a1e4836Copy full SHA for a1e4836
packages/dataprotector-deserializer/tests/index.test.ts
@@ -33,8 +33,8 @@ describe('IExecDataProtectorDeserializer', () => {
33
});
34
35
describe('when used without protected data', () => {
36
- it('getValue() fails to load the data', async () => {
37
- // process.env.IEXEC_IN = 'iexec_in';
+ it('getValue() fails with missing protected data', async () => {
+ process.env.IEXEC_IN = 'iexec_in';
38
const protectedDataDeserializer = new IExecDataProtectorDeserializer();
39
await expect(
40
protectedDataDeserializer.getValue('foo', 'string')
0 commit comments