Skip to content

Commit

Permalink
message test [nfc]: Rename message move test for accuracy.
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 authored and gnprice committed Aug 9, 2024
1 parent b662e1e commit 31b5c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model/message_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ void main() {
check(store).messages.values.every(((message) => message.editState.equals(MessageEditState.moved)));
});

test('message stream moved update', () async {
test('message stream moved without topic change', () async {
await prepareOrigMessages(origTopic: 'topic');
await store.handleEvent(eg.updateMessageMoveEvent(
origMessages,
Expand Down

0 comments on commit 31b5c19

Please sign in to comment.