Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Fix typo in miner_txn_mgr_SUITE.erl #1811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/miner_txn_mgr_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ txn_queue_protocol_v3_test(Config) ->

%% await at least 5 blocks
%% this gives time for the txn's updated queue data
%% to be propogated back to txn mgr cache
%% to be propagated back to txn mgr cache
ok = miner_ct_utils:wait_for_gte(height_exactly, Miners, Height + 10),

%% requery the cg member's sidecar and confirm new buffer queue data
Expand Down