Skip to content

Commit 91a12b9

Browse files
authored
chore: Arbitrary change for design token (#64)
1 parent 537c961 commit 91a12b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat-bubble/__tests__/chat-bubble.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function renderChatBubble(props: ChatBubbleProps) {
2020
}
2121

2222
describe("Chat bubble", () => {
23-
test("Can access slots and elements inside", () => {
23+
test("Can access slots and elements inside the slots", () => {
2424
const wrapper = renderChatBubble({
2525
type: "outgoing",
2626
avatar: <Avatar ariaLabel="Avatar" />,

0 commit comments

Comments
 (0)