async def test_room_set_password(): room = Room() room.set_password('cat') assert room.password_hash is not None