File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
genai/controlled_generation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919import os
2020
2121import ctrlgen_with_class_schema
22- import ctrlgen_with_enum_schema
2322import ctrlgen_with_enum_class_schema
23+ import ctrlgen_with_enum_schema
2424import ctrlgen_with_nested_class_schema
2525import ctrlgen_with_nullable_schema
2626import ctrlgen_with_resp_schema
@@ -35,14 +35,14 @@ def test_ctrlgen_with_class_schema() -> None:
3535 assert ctrlgen_with_class_schema .generate_content ()
3636
3737
38- def test_ctrlgen_with_enum_schema () -> None :
39- assert ctrlgen_with_enum_schema .generate_content ()
40-
41-
4238def test_ctrlgen_with_enum_class_schema () -> None :
4339 assert ctrlgen_with_enum_class_schema .generate_content ()
4440
4541
42+ def test_ctrlgen_with_enum_schema () -> None :
43+ assert ctrlgen_with_enum_schema .generate_content ()
44+
45+
4646def test_ctrlgen_with_nested_class_schema () -> None :
4747 assert ctrlgen_with_nested_class_schema .generate_content ()
4848
You can’t perform that action at this time.
0 commit comments