mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
fix(test): fix MemoryRuntimeTest
This commit is contained in:
@@ -88,6 +88,11 @@ class MemoryRuntimeTest {
|
|||||||
public void rollChatMessagesWithSnapshot(int snapshotSize, int retainDivisor) {
|
public void rollChatMessagesWithSnapshot(int snapshotSize, int retainDivisor) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void refreshRecentChatMessagesContext() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Lock getMessageLock() {
|
public Lock getMessageLock() {
|
||||||
return lock;
|
return lock;
|
||||||
|
|||||||
Reference in New Issue
Block a user