primitives: add note about more coin tests

This commit is contained in:
Jon Häggblad
2022-03-29 10:01:02 +02:00
parent 635ca745d9
commit 2ce1c8833f
+3
View File
@@ -85,4 +85,7 @@ mod tests {
let cosmos_coin: cosmrs::Coin = coin.clone().try_into().unwrap();
assert_eq!(coin, Coin::try_from(cosmos_coin).unwrap());
}
// WIP(JON): more tests
// Especially converting from cosmrs::Coin
}