Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jan 24, 2025
1 parent 10056d1 commit 7e14183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe("ConversationCard", () => {
expect(onDelete).toHaveBeenCalled();
});

test("conversation title should call onChangeTitle when changed and blurred", async () => {
test("conversation title should call onChangeTitle when changed and enter is hit", async () => {
const user = userEvent.setup();
render(
<ConversationCard
Expand Down

0 comments on commit 7e14183

Please sign in to comment.