mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add TODO commment above placeholder for future swift test
Resolves https://github.com/bisq-network/bisq/pull/5685#discussion_r710005619.
This commit is contained in:
parent
343b14ec0a
commit
429e943a36
@ -146,6 +146,7 @@ public class AbstractPaymentAccountTest extends MethodTest {
|
||||
Object.class);
|
||||
assertNotNull(emptyForm);
|
||||
|
||||
// TODO remove 'false' condition to enable creation of SWIFT accounts in future PR.
|
||||
if (false && paymentMethodId.equals("SWIFT_ID")) {
|
||||
assertEquals(getSwiftFormComments(), emptyForm.get(PROPERTY_NAME_JSON_COMMENTS));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user