Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jan 23, 2024
1 parent b1dc02a commit ce1d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/src/migration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Migration', async () => {
`)
}

for (const items of [301/*, 295*/]) {
for (const items of [301 /*, 295*/]) {
// number of entries migrated, matches with onchain data
// first call will migrate 301 entries, second call will migrate 295 entries
await api.tx.dappStakingMigration.migrate(null).signAndSend(alice)
Expand Down

0 comments on commit ce1d556

Please sign in to comment.