Skip to content

Commit

Permalink
Update test_generators/operations/suite_creator.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Danny Ryan <dannyjryan@gmail.com>
  • Loading branch information
protolambda and djrtwo committed May 9, 2019
1 parent ecb62b3 commit 72bc73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_generators/operations/suite_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def suite_definition(configs_path: str) -> gen_typing.TestSuiteOutput:

return ("%s_%s" % (operation_name, config_name), operation_name, gen_suite.render_suite(
title="%s operation" % operation_name,
summary="Test suite for deposit type operation processing",
summary="Test suite for %s type operation processing" % operation_name,
forks_timeline="testing",
forks=["phase0"],
config=config_name,
Expand Down

0 comments on commit 72bc73a

Please sign in to comment.