diff --git a/README.md b/README.md index 2f3ed35..2290b5c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Usage cannot be simpler. Just create a `JadbConnection` and off you go. JadbConnection jadb = new JadbConnection(); List actual = jadb.getDevices(); - AndroidDevice[] expected = { new AndroidDevice("emulator-5554") }; - Assert.assertArrayEquals(expected, actual.toArray());` ## Protocol Description ##