Updated tests with isBlocking().
This commit is contained in:
parent
e30b896163
commit
2ab4e6bdc7
@ -744,4 +744,8 @@ public class TestPlayer implements Player {
|
||||
public void abandonConversation(Conversation conversation, ConversationAbandonedEvent details) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
public boolean isBlocking() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user