Page MenuHomePhabricator

Remove extra mockscheduler call in abc_p2p_getavaaddr
ClosedPublic

Authored by Fabien on Wed, Feb 19, 17:01.

Details

Reviewers
roqqit
Group Reviewers
Restricted Project
Commits
rABC2a1c960435b6: Remove extra mockscheduler call in abc_p2p_getavaaddr
Summary

The scheduler is already mocked repeatidily to ensure the expected condition is met. Calling it one more time might change the status and break the expectation, causing the test to fail.

Test Plan
./test/functional/test_runner.py abc_p2p_getavaaddr

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable