Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Nov 29, 2024
1 parent 0ae740e commit 76db713
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_arcaflow_plugin_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ def test_serialization():
)

plugin.test_object_serialization(
arcaflow_plugin_utilities.SuccessOutputTimestamp("2023-11-20T18:34:59.784498Z")
arcaflow_plugin_utilities.SuccessOutputTimestamp(
"2023-11-20T18:34:59.784498Z"
)
)

plugin.test_object_serialization(arcaflow_plugin_utilities.SuccessOutputWait(1.234))
plugin.test_object_serialization(
arcaflow_plugin_utilities.SuccessOutputWait(1.234)
)

plugin.test_object_serialization(
arcaflow_plugin_utilities.ErrorOutput(error="This is an error")
Expand Down

0 comments on commit 76db713

Please sign in to comment.