We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52e70d commit 356036aCopy full SHA for 356036a
wasm/src/account/signature.rs
@@ -220,7 +220,7 @@ mod tests {
220
221
use crate::utilities::test::{
222
plaintext::{INVALID_NESTED_STRUCT, NESTED_STRUCT},
223
- records::{VALID_CREDITS_RECORD, INVALID_CREDITS_RECORD},
+ records::{INVALID_CREDITS_RECORD, VALID_CREDITS_RECORD},
224
};
225
use rand::{Rng, SeedableRng, rngs::StdRng};
226
use wasm_bindgen_test::*;
0 commit comments