Skip to content

Commit

Permalink
Formatting changes to adhere to Black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Oct 18, 2023
1 parent f08a319 commit 05ff725
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion darwin/future/tests/meta/objects/test_stagemeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,18 @@ def test_move_attached_files_to_stage(
1,
)


def test_get_stage_id(stage_meta):
assert stage_meta.id == UUID("00000000-0000-0000-0000-000000000000")


def test_get_stage_name(stage_meta):
assert stage_meta.name == "test-stage"


def test_get_stage_type(stage_meta):
assert stage_meta.type == "annotate"


def test_get_stage_edges(stage_meta):
assert stage_meta.edges == []
assert stage_meta.edges == []

0 comments on commit 05ff725

Please sign in to comment.