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

Commit 37d4cd47 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am dac56db6: Merge "Fix the build." into klp-dev

* commit 'dac56db6':
  Fix the build.
parents 0b87a637 dac56db6
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));