Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 16, 2023
1 parent c8c5432 commit 21d049b
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 @@ -44,7 +44,7 @@ async fn test_create_file_volume() {
.await
.unwrap();

assert_eq!(result.volume, Some(53.601147));
assert_eq!(result.volume.map(|x| x.round()), Some(54.0));

assert_eq!(result.src_format, crate::types::FileImportFormat::Obj);
assert_eq!(result.status, crate::types::ApiCallStatus::Completed);
Expand Down

0 comments on commit 21d049b

Please sign in to comment.