Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Nov 27, 2024
1 parent 5552089 commit 69f8832
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,12 @@ class TestEventFilters:
(["demo_Big_Feature"]),
(["demo_Commercial"]),
(["AY_Tests"]),
(["demo_Big_Episodic", "demo_Big_Feature", "demo_Commercial", "AY_Tests"])
([
"demo_Big_Episodic",
"demo_Big_Feature",
"demo_Commercial",
"AY_Tests"
])
]

topics = [
Expand Down Expand Up @@ -138,7 +143,14 @@ class TestEventFilters:
states = [
(None),
([]),
(["pending", "in_progress", "finished", "failed", "aborted", "restarted"]),
([
"pending",
"in_progress",
"finished",
"failed",
"aborted",
"restarted"
]),
(["failed", "aborted"]),
(["pending", "in_progress"]),
(["finished", "failed", "restarted"]),
Expand Down Expand Up @@ -239,7 +251,10 @@ class TestUpdateEventData:
]

update_description = [
("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vivera."),
(
"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
" Fusce vivera."
),
("Updated description test...")
]

Expand Down

0 comments on commit 69f8832

Please sign in to comment.