Skip to content

Commit

Permalink
Fix typo in e2e test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jul 8, 2024
1 parent feb2bc4 commit ed26896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bri-3/test/sriUseCase.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('SRI use-case end-to-end test', () => {
);
});

it('Sets up a workflow with 2 worksteps in the previously created workgroup', async () => {
it('Sets up a workflow with 3 worksteps in the previously created workgroup', async () => {
// TODO: Auth as supplier?
// TODO: Can we listen and fire NATS messages here

Expand Down

0 comments on commit ed26896

Please sign in to comment.