Skip to content

Commit e2f49ca

Browse files
laurent-yotiCopilot
andcommitted
Update tests/idv_service/session/retrieve/breakdown.response.spec.js
Co-authored-by: Copilot <[email protected]>
1 parent d82f94e commit e2f49ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/idv_service/session/retrieve/breakdown.response.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('BreakdownResponse', () => {
2626
});
2727

2828
describe('#getProcess', () => {
29-
it('should return result', () => {
29+
it('should return process', () => {
3030
expect(breakdownResponse.getProcess()).toBe('AUTOMATED');
3131
});
3232
});

0 commit comments

Comments
 (0)