Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 17, 2023
1 parent 00bb974 commit 45d628b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kittycad/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async fn test_get_status_of_async_operation() {

let _result = client
.api_calls()
.get_async_operation("c9331f0c-a8f6-4cb6-8412-b8bcdfac51e5")
.get_async_operation("23a9759f-ee9b-47de-9a55-deb1ed035793")
.await
.unwrap();
}
Expand All @@ -67,7 +67,7 @@ async fn serialize_one_of() {

let result = client
.api_calls()
.get_async_operation("c9331f0c-a8f6-4cb6-8412-b8bcdfac51e5")
.get_async_operation("23a9759f-ee9b-47de-9a55-deb1ed035793")
.await
.unwrap();

Expand All @@ -84,7 +84,7 @@ async fn tabled_one_of() {

let result = client
.api_calls()
.get_async_operation("c9331f0c-a8f6-4cb6-8412-b8bcdfac51e5")
.get_async_operation("23a9759f-ee9b-47de-9a55-deb1ed035793")
.await
.unwrap();

Expand Down
9 changes: 7 additions & 2 deletions kittycad/tests/one_of.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"type": "FileConversion",
"type": "file_conversion",
"completed_at": "2022-06-17T00:28:10.059Z",
"created_at": "2022-06-17T00:27:43.806596404Z",
"error": null,
"id": "23a9759f-ee9b-47de-9a55-deb1ed035793",
"output": null,
"output_format": "obj",
"output_format_options": null,
"outputs": null,
"src_format": "stl",
"src_format_options": null,
"started_at": "2022-06-17T00:28:01.084Z",
"status": "Completed",
"status": "completed",
"updated_at": "2022-06-17T00:27:43.806596404Z",
"user_id": "cl0lrkfqu000609jsv1geiudg"
}

0 comments on commit 45d628b

Please sign in to comment.