Skip to content

Commit

Permalink
chore: changed the expect for iata test
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Oct 2, 2024
1 parent 39e952f commit 9bd14f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/evaluation/selectFrom.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,6 @@ describe('selectFrom tests', () => {
limitDisclosureSignatureSuites: LIMIT_DISCLOSURE_SIGNATURE_SUITES,
});
// TODO expects
expect(result).toBeDefined();
expect(result.areRequiredCredentialsPresent).toBe(Status.INFO);
});
});

0 comments on commit 9bd14f6

Please sign in to comment.