Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jul 9, 2024
1 parent aae1e2d commit 0e8fead
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/bri-3/test/sriUseCase.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ describe('SRI use-case end-to-end test', () => {
await addCircuitInputsSchema(createdWorkstep2Id, schema);
});

it('Add a circuit input translation schema to workstep 3', async () => { // TODO: Correct err in case of missing mapping
it('Add a circuit input translation schema to workstep 3', async () => {
// TODO: Correct err in case of missing mapping
const schema = `{
"mapping": [
{
Expand Down Expand Up @@ -258,7 +259,6 @@ describe('SRI use-case end-to-end test', () => {
});

it('Submits transaction 2 for execution of the workstep 2', async () => {

await createTransactionAndReturnId(
v4(),
1,
Expand Down Expand Up @@ -296,7 +296,6 @@ describe('SRI use-case end-to-end test', () => {
});

it('Submits transaction 3 for execution of the workstep 3', async () => {

await createTransactionAndReturnId(
v4(),
2,
Expand Down Expand Up @@ -334,8 +333,6 @@ describe('SRI use-case end-to-end test', () => {
});
});



async function loginAsInternalBpiSubjectAndReturnAnAccessToken(): Promise<string> {
// internalBpiSubjectEcdsaPublicKey & internalBpiSubjectEcdsaPrivateKey must be inline with the value for the bpiAdmin from seed.ts
// These values are used for testing purposes only
Expand Down

0 comments on commit 0e8fead

Please sign in to comment.