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

Commit 1ab97d3

Browse files
Apply suggestions from code review
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
1 parent 53e9eda commit 1ab97d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/components/views/messages/ReactionsRowButton-test.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
16+
1617
import React from "react";
1718
import { IContent, MatrixEvent, Room } from "matrix-js-sdk/src/matrix";
1819
import { render } from "@testing-library/react";
@@ -61,7 +62,7 @@ describe("ReactionsRowButton", () => {
6162
});
6263
});
6364

64-
it("reaction row button renders emojis correctly", () => {
65+
it("renders reaction row button emojis correctly", () => {
6566
const props = createProps({
6667
"m.relates_to": {
6768
event_id: "$user2:example.com",
@@ -87,7 +88,7 @@ describe("ReactionsRowButton", () => {
8788
expect(root).toMatchSnapshot();
8889
});
8990

90-
it("reaction row button renders custom image reactions correctly", () => {
91+
it("renders reaction row button custom image reactions correctly", () => {
9192
const props = createProps({
9293
"com.beeper.reaction.shortcode": ":test:",
9394
"shortcode": ":test:",

0 commit comments

Comments
 (0)