Skip to content

Commit

Permalink
Mark the ending of tests for SchemaBuilder.add_enum
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark committed Oct 2, 2024
1 parent 7ae7b30 commit 023d740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_utils/test_schema_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ def test_add_enum_with_extra_kwargs(
added_enum = builder.schema.enums[enum_name]

assert added_enum == expected_added_enum

# === Tests for `SchemaBuilder.add_enum` end ===

0 comments on commit 023d740

Please sign in to comment.