From ae065e6484e5868bef08597d8d7fdb7a1c3be0ad Mon Sep 17 00:00:00 2001 From: kmlefran Date: Fri, 15 Dec 2023 13:11:30 -0500 Subject: [PATCH] Modify test documentation --- tests/workchains/test_aimreorworkchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/workchains/test_aimreorworkchain.py b/tests/workchains/test_aimreorworkchain.py index f24a3d3..d89bea3 100644 --- a/tests/workchains/test_aimreorworkchain.py +++ b/tests/workchains/test_aimreorworkchain.py @@ -3,7 +3,7 @@ def test_setup(generate_workchain_aimreor): - """Test `AimReorWorkChain.setup`.""" + """Test creation of `AimReorWorkChain`.""" process = generate_workchain_aimreor() assert isinstance(process.inputs, AttributesFrozendict)