Skip to content

Commit 6279353

Browse files
committed
fix(glueball): tests
1 parent 87890d6 commit 6279353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glueball/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ mod tests {
368368
let state = State::new();
369369

370370
let room_id = "PERM01".to_string();
371-
state.new_permanent_room(room_id.clone());
371+
state.new_permanent_room(&room_id);
372372

373373
let client_id = state
374374
.add_client_to_room("Alice", client_tx(), &room_id)

0 commit comments

Comments
 (0)