Skip to content

Commit

Permalink
tests/serde: Fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
KokaKiwi committed Feb 10, 2020
1 parent e8e2506 commit 83a0261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn serialize() {
}

#[test]
fn dserialize() {
fn deserialize() {
let foo = Foo {
bar: vec![1, 10, 100],
};
Expand Down Expand Up @@ -48,7 +48,7 @@ fn serialize_upper() {
}

#[test]
fn dserialize_upper() {
fn deserialize_upper() {
let bar = Bar {
foo: vec![1, 10, 100],
};
Expand Down

0 comments on commit 83a0261

Please sign in to comment.