Commit be2c6de
fix: correct pushRequesterSecret mock return type in tests
- Fix TypeScript error in processBulkRequest unit tests
- Update mock to return Record<number, string> instead of string
- Add proper Jest typing for pushRequesterSecret mock function1 parent 5fe6163 commit be2c6de
File tree
1 file changed
+1
-1
lines changed- packages/sdk/tests/unit/dataProtectorCore
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments