This commit is contained in:
parent
aa84768e58
commit
a7d6d9b5b0
@ -33,7 +33,7 @@ async fn test_save_options() {
|
|||||||
async fn test_change_keyboard_mappings() {
|
async fn test_change_keyboard_mappings() {
|
||||||
let mut entity_gateway = InMemoryGateway::default();
|
let mut entity_gateway = InMemoryGateway::default();
|
||||||
|
|
||||||
let (user1, _char1) = new_user_character(&mut entity_gateway, "a1", "a", 2).await;
|
let (user1, _char1) = new_user_character(&mut entity_gateway, "a1", "a").await;
|
||||||
|
|
||||||
let mut ship = standard_ship(entity_gateway.clone());
|
let mut ship = standard_ship(entity_gateway.clone());
|
||||||
log_in_char(&mut ship, ClientId(1), "a1", "a").await;
|
log_in_char(&mut ship, ClientId(1), "a1", "a").await;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user