Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 550851d6 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

telephony: Fix tests

The telephony tests were broken after the addition of needsOldRilFeature()
to the class, so add it to the tests as well

Change-Id: Ic903cda8dfc91d9e617789684843713196f9cde4
parent 50cc2b7f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -608,4 +608,7 @@ class UsimDataDownloadCommands extends BaseCommands {
    @Override
    public void requestIsimAuthentication(String nonce, Message response) {
    }

    @Override
    public boolean needsOldRilFeature(String feature) { return false; }
}