| 61 | } |
| 62 | |
| 63 | Address getPqOwner() override { |
| 64 | if (getPqOwnerMock) { |
| 65 | return getPqOwnerMock(); |
| 66 | } |
| 67 | return QuipWallet::getPqOwner(); |
| 68 | } |
| 69 | |
| 70 | Amount getBalance() override { |
| 71 | if (getBalanceMock) { |
nothing calls this directly
no outgoing calls
no test coverage detected