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

Commit

Permalink
Update test/components/structures/MessagePanel-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 26, 2022
1 parent e7d6b77 commit d81b62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/structures/MessagePanel-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,6 @@ describe("shouldFormContinuation", () => {

expect(shouldFormContinuation(message1, message2, false, true)).toEqual(true);
expect(shouldFormContinuation(message2, threadRoot, false, true)).toEqual(false);
expect(shouldFormContinuation(threadRoot, message3,false, true)).toEqual(false);
expect(shouldFormContinuation(threadRoot, message3, false, true)).toEqual(false);
});
});

0 comments on commit d81b62d

Please sign in to comment.