We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47346b0 commit fcc215dCopy full SHA for fcc215d
1 file changed
irods/test/data_obj_test.py
@@ -2989,7 +2989,7 @@ def test_handling_of_termination_signals_during_multithread_put__issue_722(self)
2989
2990
test_put__issue_722(self)
2991
2992
- def test_modified_sorting_of_replicas__issue_647(self):
+ def test_modified_sorting_of_replicas__issue_746(self):
2993
basename = unique_name(my_function_name(), datetime.now()) + '_dataobj_647'
2994
with self.create_simple_resc() as newResc1, self.create_simple_resc() as newResc2:
2995
data = helpers.make_object(self.sess, f'{helpers.home_collection(self.sess)}/{basename}')
0 commit comments