Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Feb 7, 2024
1 parent 475f685 commit 608508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kittycad/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn test_empty_phone_number() {
}"#
);

let user_info_str = r#"{"first_name":"John","last_name":"Doe","company":"Example Company","github":"@example-company","discord":"@example-company"}"#;
let user_info_str = r#"{"first_name":"John","last_name":"Doe","company":"Example Company","github":"@example-company","discord":"@example-company","image": ""}"#;
assert_eq!(
serde_json::from_str::<crate::types::UpdateUser>(user_info_str).unwrap(),
user_info
Expand Down

0 comments on commit 608508a

Please sign in to comment.