git.delta.rocks / unique-network / refs/commits / 055cc66f716b

difftreelog

test fix refungible construction

Yaroslav Bolyukin2022-07-22parent: #509c828.patch.diff
in: master

1 file changed

modifiedruntime/tests/src/tests.rsdiffbeforeafterboth
64 CreateReFungibleData {64 CreateReFungibleData {
65 const_data: vec![1, 2, 3].try_into().unwrap(),65 const_data: vec![1, 2, 3].try_into().unwrap(),
66 pieces: 1023,66 pieces: 1023,
67 properties: vec![Property {
68 key: b"test-prop".to_vec().try_into().unwrap(),
69 value: b"test-nft-prop".to_vec().try_into().unwrap(),
70 }]
71 .try_into()
72 .unwrap(),
67 }73 }
68}74}
6975