fix: state test update

This commit is contained in:
Pravdyvy 2025-12-17 15:58:25 +02:00
parent 92b5dffec2
commit cde11e75d6

View File

@ -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
};