Skip to content

Commit 1ade086

Browse files
committed
Use snake casing for action string
1 parent f0f3fef commit 1ade086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/trafficlight/trafficlight.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function runAction(action: string, data: JSONValue): string | undefined {
161161
return createDm(data);
162162
case "change_room_history_visibility":
163163
return changeRoomHistoryVisibility(data);
164-
case "open-room":
164+
case "open_room":
165165
return openRoom(data);
166166
case "accept_invite":
167167
return acceptInvite();

0 commit comments

Comments
 (0)