Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboiishere committed Jan 20, 2025
1 parent 0adae7e commit 37d1836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ae_mdw_web/controllers/tx_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1871,8 +1871,9 @@ defmodule AeMdwWeb.TxControllerTest do
test "it returns all tx count by default", %{conn: conn, empty_store: store} do
tx = Model.tx(index: tx_index) = TS.tx(0)
store = Store.put(store, Model.Tx, tx)
actual_count = tx_index + 1

assert ^tx_index =
assert ^actual_count =
conn
|> with_store(store)
|> get("/v3/transactions/count")
Expand Down

0 comments on commit 37d1836

Please sign in to comment.