chain_spec::tests
test_create_development_chain_spec pass
test_extract_configuration_from_properties_happy_path pass
test_extract_configuration_from_properties_missing_keys pass
test_extract_configuration_from_properties_wrong_type pass
test_create_local_testnet_chain_spec pass
test_create_development_chain_spec pass
test_extract_configuration_from_properties_happy_path pass
test_extract_configuration_from_properties_missing_keys pass
test_extract_configuration_from_properties_wrong_type pass
test_create_local_testnet_chain_spec pass
__construct_runtime_integrity_test
runtime_integrity_tests pass
tests
test_deserialize_get_logs_request_error_path pass
test_decode_events pass
test_deserialize_get_logs_request_happy_path pass
test_deserialize_get_logs_request_totally_unexpected_input pass
it_works_for_default_value pass
correct_error_for_none_value pass
amount::tests
test_one pass
test_add_happy_path fail
thread 'amount::tests::test_add_happy_path' panicked at 'assertion failed: `(left == right)`
  left: `Amount { mantissa: BigUint { data: [200] }, decimals: 2 }`,
 right: `Amount { mantissa: BigUint { data: [200] }, decimals: 3 }`', pallets/cash/src/amount.rs:89:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace