Skip to content

Commit

Permalink
rm redundant sleep in cron chain manager test
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Sep 17, 2024
1 parent c73e320 commit e0363a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/testcases/run_in_band/chain_manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ describe('Neutron / Chain Manager', () => {

const scheduleName = 'schedule1';
test('add cron schedule', async () => {
await neutronClient.waitBlocks(5);
await cronAccessClient.execute(
chainManagerAddress,
{
Expand Down

0 comments on commit e0363a0

Please sign in to comment.