We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13f098 commit e08334cCopy full SHA for e08334c
test/integration/ae_mdw_web/controllers/tx_controller_test.exs
@@ -80,7 +80,7 @@ defmodule Integration.AeMdwWeb.TxControllerTest do
80
81
describe "txi for contract txs" do
82
test "get a ContractCreateTx with init args", %{conn: conn} do
83
- valid_index = 26_672_260
+ valid_index = 26_672_277
84
conn = get(conn, "/txi/#{valid_index}")
85
86
expected_args = [
@@ -113,7 +113,7 @@ defmodule Integration.AeMdwWeb.TxControllerTest do
113
end
114
115
test "get a ContractCreateTx with init logs", %{conn: conn} do
116
- valid_index = 27_290_793
+ valid_index = 27_290_810
117
118
119
expected_logs = [
0 commit comments