diff --git a/src/test/chain-simulator/rounds.cs-e2e.ts b/src/test/chain-simulator/rounds.cs-e2e.ts index 203bd62b7..500c96d2e 100644 --- a/src/test/chain-simulator/rounds.cs-e2e.ts +++ b/src/test/chain-simulator/rounds.cs-e2e.ts @@ -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 {