Skip to content

Commit 7c31a1e

Browse files
committed
message_test [nfc]: Rename message move test for accuracy.
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 706e52e commit 7c31a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/message_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ void main() {
345345
check(store).messages.values.every(((message) => message.editState.equals(MessageEditState.moved)));
346346
});
347347

348-
test('message stream moved update', () async {
348+
test('message stream moved without topic change', () async {
349349
await prepareOrigMessages(origTopic: 'topic');
350350
await store.handleEvent(eg.updateMessageMoveEvent(
351351
origMessages,

0 commit comments

Comments
 (0)