Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace mock arg with SEPA PaymentMethod instance
Test AccountAgeWitnessServiceTest > testArbitratorSignWitness failed in full gradle build, but passed when run as a single test: ./gradlew :core:cleanTest :core:test \ --tests "bisq.core.account.witness.AccountAgeWitnessServiceTest" This test also passed when run in the IDE. Solved by not passing a mocked PaymentMethod.SEPA argument into the test's service.getTraderPaymentAccounts() method, where mock paymentId field was null when running full build's test suites. Fix for bisq-network#4158
- Loading branch information