We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706e52e commit 7c31a1eCopy full SHA for 7c31a1e
test/model/message_test.dart
@@ -345,7 +345,7 @@ void main() {
345
check(store).messages.values.every(((message) => message.editState.equals(MessageEditState.moved)));
346
});
347
348
- test('message stream moved update', () async {
+ test('message stream moved without topic change', () async {
349
await prepareOrigMessages(origTopic: 'topic');
350
await store.handleEvent(eg.updateMessageMoveEvent(
351
origMessages,
0 commit comments