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

Commit dac56db6 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix the build." into klp-dev

parents f3b88c7a 69df743f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -163,8 +163,8 @@ public class LinkPropertiesTest extends TestCase {
            target.addLinkAddress(LINKADDRV6);
            target.addDns(DNS1);
            target.addDns(DNS2);
            target.addRoute(GATEWAY1);
            target.addRoute(GATEWAY2);
            target.addRoute(new RouteInfo(GATEWAY1));
            target.addRoute(new RouteInfo(GATEWAY2));
            // change mtu
            target.setMtu(1440);
            assertFalse(source.equals(target));