Skip to content

Commit

Permalink
rm some characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed May 1, 2024
1 parent f7aaa55 commit ac3615d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arcaflow_plugin_sdk/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,7 @@ def test_oneof_int_inline(self):
"additionalProperties": False,
"dependentRequired": {},
},
f"{InlineInt.__name__}"
InlineInt.__name__
+ f"_discriminated_int_{inline_int_key}": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2284,7 +2284,7 @@ def test_oneof_int_inline(self):
"additionalProperties": False,
"dependentRequired": {},
},
f"{InlineInt2.__name__}"
InlineInt2.__name__
+ f"_discriminated_int_{inline_int2_key}": {
"type": "object",
"properties": {
Expand Down

0 comments on commit ac3615d

Please sign in to comment.