Skip to content

Commit fe631ef

Browse files
committed
fix: update protectData test to include size and emptyObject in binary data
1 parent 0c7e8f7 commit fe631ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/sdk/tests/e2e/dataProtectorCore/protectData.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ describe('dataProtectorCore.protectData()', () => {
5151
binary: {
5252
data: {
5353
pngImage,
54+
size: 10,
5455
},
56+
emptyObject:{}
5557
},
5658
},
5759
},
@@ -75,7 +77,8 @@ describe('dataProtectorCore.protectData()', () => {
7577
binary: {
7678
data: {
7779
pngImage: 'image/png',
78-
},
80+
size: 'f64',
81+
},
7982
},
8083
},
8184
},

0 commit comments

Comments
 (0)