Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Dec 18, 2023
1 parent 7eb67f8 commit 57a8479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def test_that_discover_returns_correct_discovery() -> None:
assert discovery["extension"]["name"] == "chaostoolkit-reliably"
assert discovery["extension"]["version"] == __version__
names = [activity["name"] for activity in discovery["activities"]]
assert len(names) == 30
assert len(names) == 31

0 comments on commit 57a8479

Please sign in to comment.