Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed May 1, 2024
1 parent ac3615d commit 8d118f1
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 @@ -596,7 +596,7 @@ def setUp(self):
InlineInt,
{
discriminator_field_name: PropertyType(
schema.StringType(),
schema.IntType(),
),
"msg": PropertyType(schema.StringType()),
"code": PropertyType(schema.IntType()),
Expand All @@ -606,7 +606,7 @@ def setUp(self):
InlineInt2,
{
discriminator_field_name: PropertyType(
schema.StringType(),
schema.IntType(),
),
"msg2": PropertyType(schema.StringType()),
},
Expand Down

0 comments on commit 8d118f1

Please sign in to comment.