Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d81b62d

Browse files
authored
Update test/components/structures/MessagePanel-test.js
1 parent e7d6b77 commit d81b62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/structures/MessagePanel-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,6 @@ describe("shouldFormContinuation", () => {
705705

706706
expect(shouldFormContinuation(message1, message2, false, true)).toEqual(true);
707707
expect(shouldFormContinuation(message2, threadRoot, false, true)).toEqual(false);
708-
expect(shouldFormContinuation(threadRoot, message3,false, true)).toEqual(false);
708+
expect(shouldFormContinuation(threadRoot, message3, false, true)).toEqual(false);
709709
});
710710
});

0 commit comments

Comments
 (0)