Skip to content

Commit e08334c

Browse files
committed
fix: update contracts txi
1 parent a13f098 commit e08334c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/ae_mdw_web/controllers/tx_controller_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ defmodule Integration.AeMdwWeb.TxControllerTest do
8080

8181
describe "txi for contract txs" do
8282
test "get a ContractCreateTx with init args", %{conn: conn} do
83-
valid_index = 26_672_260
83+
valid_index = 26_672_277
8484
conn = get(conn, "/txi/#{valid_index}")
8585

8686
expected_args = [
@@ -113,7 +113,7 @@ defmodule Integration.AeMdwWeb.TxControllerTest do
113113
end
114114

115115
test "get a ContractCreateTx with init logs", %{conn: conn} do
116-
valid_index = 27_290_793
116+
valid_index = 27_290_810
117117
conn = get(conn, "/txi/#{valid_index}")
118118

119119
expected_logs = [

0 commit comments

Comments
 (0)