Skip to content

Commit 2dd7fcb

Browse files
committed
Fix test
1 parent 47034f0 commit 2dd7fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/tokens_protocol_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
mint_ethscription_ids = []
445445

446446
# Mint up to limit
447-
3.times do |i|
447+
[1, 2, 3].each do |i|
448448
mint_data = {
449449
"p" => "erc-20",
450450
"op" => "mint",
@@ -481,7 +481,7 @@
481481
"p" => "erc-20",
482482
"op" => "mint",
483483
"tick" => tick,
484-
"id" => "3",
484+
"id" => "4",
485485
"amt" => "100"
486486
}
487487

0 commit comments

Comments
 (0)