|
@ -830,14 +830,6 @@ mod test { |
|
|
use libpso::character::{settings, character};
|
|
|
use libpso::character::{settings, character};
|
|
|
use crate::entity::gateway::{InMemoryGateway, GatewayError};
|
|
|
use crate::entity::gateway::{InMemoryGateway, GatewayError};
|
|
|
|
|
|
|
|
|
impl EntityGateway for () {
|
|
|
|
|
|
type Transaction = ();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
impl EntityGatewayTransaction for () {
|
|
|
|
|
|
type ParentGateway = ();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#[async_std::test]
|
|
|
#[async_std::test]
|
|
|
async fn test_option_send() {
|
|
|
async fn test_option_send() {
|
|
|
#[derive(Clone)]
|
|
|
#[derive(Clone)]
|
|
|