Skip to content

Commit a1e4836

Browse files
update test case
1 parent dfbdf64 commit a1e4836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dataprotector-deserializer/tests/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ describe('IExecDataProtectorDeserializer', () => {
3333
});
3434
});
3535
describe('when used without protected data', () => {
36-
it('getValue() fails to load the data', async () => {
37-
// process.env.IEXEC_IN = 'iexec_in';
36+
it('getValue() fails with missing protected data', async () => {
37+
process.env.IEXEC_IN = 'iexec_in';
3838
const protectedDataDeserializer = new IExecDataProtectorDeserializer();
3939
await expect(
4040
protectedDataDeserializer.getValue('foo', 'string')

0 commit comments

Comments
 (0)