From cde11e75d65d519da7d8d41a8fe36b17339eafd4 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Wed, 17 Dec 2025 15:58:25 +0200 Subject: [PATCH] fix: state test update --- nssa/src/state.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nssa/src/state.rs b/nssa/src/state.rs index 326bf14..4ff815b 100644 --- a/nssa/src/state.rs +++ b/nssa/src/state.rs @@ -341,6 +341,7 @@ pub mod tests { authenticated_transfers_program, ); this.insert(Program::token().id(), Program::token()); + this.insert(Program::amm().id(), Program::amm()); this };