Skip to content

Commit 2215bcf

Browse files
committed
Actually fixing merge conflict error
1 parent 9a707cd commit 2215bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

armi/reactor/tests/test_blocks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ def test_component_type(self):
18281828
"""
18291829
Test that a hex block has the proper "hexagon" __name__.
18301830
1831-
.. test:: Ability to create hex shaped blocks
1831+
.. test:: Users can create hex shaped blocks.
18321832
:id: T_ARMI_BLOCK_HEX
18331833
:tests: R_ARMI_BLOCK_HEX
18341834
"""
@@ -1871,7 +1871,7 @@ def test_block_dims(self):
18711871
Tests that the block class can provide basic dimensionality information about
18721872
itself.
18731873
1874-
.. test:: Users can create hex shaped blocks.
1874+
.. test:: Important block dimensions are retrievable.
18751875
:id: T_ARMI_BLOCK_DIMS
18761876
:tests: R_ARMI_BLOCK_DIMS
18771877
"""

0 commit comments

Comments
 (0)