Skip to content

Commit dda5dc0

Browse files
committed
grammar
1 parent 07a9710 commit dda5dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/test/data_obj_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,7 @@ def test_modified_sorting_of_replicas__issue_746(self):
30083008

30093009
data.replicate(resource=new_resc2)
30103010

3011-
# At this point, there should ensure exactly two good replicas of the three.
3011+
# At this point, there should be exactly two good replicas among the three.
30123012
# Assert exactly one replica is stale, to corroborate
30133013
data = self.sess.data_objects.get(
30143014
data.path, replica_sort_function=lambda row: int(row[DataObject.replica_status])

0 commit comments

Comments
 (0)