Skip to content

Commit d8c3860

Browse files
committed
start unit test of read write
1 parent ffa5fe5 commit d8c3860

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

zingolib/src/wallet/traits.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,11 @@ impl ReadableWriteable for ConfirmationStatus {
12811281

12821282
#[cfg(test)]
12831283
mod test {
1284+
use crate::wallet::notes::orchard::mocks::OrchardNoteBuilder;
1285+
12841286
#[test]
1285-
fn fo() {
1286-
todo!()
1287+
fn check_v5_pending_note_read_write() {
1288+
let orchard_note = OrchardNoteBuilder::new();
1289+
assert_eq!(1, 1);
12871290
}
12881291
}

0 commit comments

Comments
 (0)