v0.1.0-pre.056
This commit is contained in:
@@ -508,7 +508,7 @@ mod tests {
|
||||
#[test]
|
||||
fn ata_matrix_declares_the_single_compiled_risk_fact() {
|
||||
let matrix: serde_json::Value = match serde_json::from_str(include_str!(
|
||||
"../../../../docs/SPL_ASSOCIATED_TOKEN_ACCOUNT_MATRIX.json"
|
||||
"../../../../test-fixtures/contract-matrices/SPL_ASSOCIATED_TOKEN_ACCOUNT_MATRIX.json"
|
||||
)) {
|
||||
std::result::Result::Ok(value) => value,
|
||||
std::result::Result::Err(error) => panic!("ATA matrix is invalid: {error}"),
|
||||
|
||||
Reference in New Issue
Block a user