Skip to content
Merged
Show file tree
Hide file tree
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 node/src/account_node_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ fn test_send_coins_twice_from_same_account_uses_update_account() {
/// `"prev_commitment_pubkey required for account update"`.
///
/// Live-server analogue is the api_remote test
/// `second_send_succeeds_without_prev_commitment_pubkey_field` —
/// `second_send_roundtrip_succeeds_without_prev_commitment_pubkey_field` —
/// this one drives the same code path through `account_node` directly
/// (no prover, no HTTP) so the contract is pinned even when the
/// `api_remote` suite is skipped (slim CI).
Expand Down
2 changes: 1 addition & 1 deletion node/tests/api_remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ async fn balance_response_num_sends_starts_zero_and_bumps_on_send() {
/// send #2 with `prev_commitment_pubkey` deliberately omitted →
/// MUST succeed (AccountUpdate branch reads its own stored value).
#[tokio::test]
async fn second_send_succeeds_without_prev_commitment_pubkey_field() {
async fn second_send_roundtrip_succeeds_without_prev_commitment_pubkey_field() {
let client = http_client();
let alice = TestWallet::new();
let bob = TestWallet::new();
Expand Down
Loading