Skip to content

Commit

Permalink
Test: Fix expectTXExternalization error message
Browse files Browse the repository at this point in the history
Report the remaining TXs to be externalized not the whole set
  • Loading branch information
omerfirmak authored and Geod24 committed Feb 24, 2022
1 parent c06191e commit 8560b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/agora/test/Base.d
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ public class TestAPIManager
if (hashes.length == 0)
return;
}
throw new Exception(format!"TXs %s were not externalized in %d blocks!"(tx_hashes, n_blocks));
throw new Exception(format!"TXs %s were not externalized in %d blocks!"(hashes, n_blocks));
}

/// Post a transaction to clients and ensure it is accepted by them (put in the tx pool)
Expand Down

0 comments on commit 8560b14

Please sign in to comment.