mirror of
https://github.com/revanced/jadb.git
synced 2025-06-12 13:17:39 +02:00
Make sure shellExpectations are verified
This commit is contained in:
@ -152,6 +152,7 @@ public class FakeAdbServer implements AdbResponder {
|
||||
|
||||
public void verifyExpectations() {
|
||||
org.junit.Assert.assertEquals(0, fileExpectations.size());
|
||||
org.junit.Assert.assertEquals(0, shellExpectations.size());
|
||||
}
|
||||
|
||||
private class FileExpectation implements ExpectationBuilder {
|
||||
|
Reference in New Issue
Block a user