Skip to content

Commit

Permalink
Use variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jul 16, 2024
1 parent bf684c6 commit b7bbbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orm-tests/tests/pick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ fn main() {
name: "Oye".to_string(),
age: 154,
};
println!("{}", new3.name);
}

0 comments on commit b7bbbb9

Please sign in to comment.