diff --git a/openfut-adapter-fifa17/tests/squad_projection.rs b/openfut-adapter-fifa17/tests/squad_projection.rs index cfe270b..10571dd 100644 --- a/openfut-adapter-fifa17/tests/squad_projection.rs +++ b/openfut-adapter-fifa17/tests/squad_projection.rs @@ -106,9 +106,9 @@ fn oracle_tables() -> (HashMap, TableIdentity) { /// The full pipeline: parse a captured PUT, build the canonical + extension, then /// project — treating the just-built canonical squad as Core's committed state. -fn project_put<'a>( +fn project_put( put: &Fifa17SquadPut, - owned: &'a HashMap, + owned: &HashMap, ident: &TableIdentity, ) -> Value { let SquadWriteBuild { canonical, extension } =