Skip to content

Commit

Permalink
rename according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jun 3, 2020
1 parent 73e3011 commit e07e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/src/rpc/id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mod tests {
use crate::test::test_serialization_roundtrip;

#[test]
fn round_tripping_id() {
fn round_tripping_jsonrpc_id() {
let str = r#""42""#;
test_serialization_roundtrip::<Id>(str);

Expand Down

0 comments on commit e07e093

Please sign in to comment.