Skip to content

Commit

Permalink
small refactoring_2
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Nov 15, 2024
1 parent 09362f1 commit d511195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/chain-simulator/rounds.cs-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('Rounds e2e tests with chain simulator', () => {
expect(roundDetails).toHaveProperty('round', round);
});

it('should return status code 404 for non-existent round (TEST)', async () => {
it('should return status code 404 for non-existent round ', async () => {
const shard = 0;
const round = 999999;
try {
Expand Down

0 comments on commit d511195

Please sign in to comment.