Impl OutputFormat for solana program (#14911)
This commit is contained in:
@ -2724,6 +2724,7 @@ mod tests {
|
||||
use_deprecated_loader: false,
|
||||
allow_excessive_balance: false,
|
||||
};
|
||||
config.output_format = OutputFormat::JsonCompact;
|
||||
let result = process_command(&config);
|
||||
let json: Value = serde_json::from_str(&result.unwrap()).unwrap();
|
||||
let program_id = json
|
||||
|
Reference in New Issue
Block a user