From f262b62cb74e5fca6fcf4c9acbd4ebc74de6f6ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jun 2022 11:38:28 +0000 Subject: [PATCH] I have generated the latest API! --- kittycad/client_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kittycad/client_test.py b/kittycad/client_test.py index 9bb19dce1..af6dc0bc6 100644 --- a/kittycad/client_test.py +++ b/kittycad/client_test.py @@ -107,6 +107,7 @@ async def test_file_convert_stl_async(): print(f"FileConversion: {fc}") + def test_file_mass(): # Create our client. client = ClientFromEnv() @@ -134,6 +135,7 @@ def test_file_mass(): print(f"FileConversion: {fm}") + def test_file_volume(): # Create our client. client = ClientFromEnv()