Skip to content

Commit

Permalink
Added input for field in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Nov 8, 2024
1 parent 1c1fb0f commit 744505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arcaflow_plugin_sdk/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ class TestData1:
= dataclasses.field(default_factory=list)

schema.test_object_serialization(
TestData1(A="Hello world!", B=5, C={}, D=[], H=3.14),
TestData1(A="Hello world!", B=5, C={}, D=[], H=3.14, J=[{"a": "b"}]),
self.fail,
)

Expand Down

0 comments on commit 744505d

Please sign in to comment.