Skip to content

Commit

Permalink
[irods#858] fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and alanking committed Mar 14, 2024
1 parent d791fe2 commit aff807c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/core_tests_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"test_irepl.Test_Irepl",
"test_irepl.test_invalid_parameters",
"test_irepl.test_irepl_repl_status",
"test_irepl.test_irepl_replication_hierachy",
"test_irepl.test_irepl_replication_hierarchy",
"test_irepl.test_irepl_with_special_resource_configurations",
"test_irepl.test_irepl_with_two_basic_ufs_resources",
"test_irm",
Expand Down
6 changes: 3 additions & 3 deletions scripts/irods/test/test_irepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,10 +1299,10 @@ def test_irepl_a_n1_foo(self):
['irepl', '-a', '-n', '1', self.logical_path],
scenarios, 'irepl -a -n1 foo')

class test_irepl_replication_hierachy(session.make_sessions_mixin([('otherrods', 'rods')], [('alice', 'apass')]), unittest.TestCase):
class test_irepl_replication_hierarchy(session.make_sessions_mixin([('otherrods', 'rods')], [('alice', 'apass')]), unittest.TestCase):
repl_statuses = ['X', '&', '?']
def setUp(self):
super(test_irepl_replication_hierachy, self).setUp()
super(test_irepl_replication_hierarchy, self).setUp()

self.admin = self.admin_sessions[0]

Expand Down Expand Up @@ -1362,7 +1362,7 @@ def tearDown(self):
for resc in self.leaf_rescs.values():
self.admin.assert_icommand(['iadmin', 'rmresc', resc['name']])

super(test_irepl_replication_hierachy, self).tearDown()
super(test_irepl_replication_hierarchy, self).tearDown()

def setup_replicas(self, scenario):
initial_replicas = scenario['start']
Expand Down

0 comments on commit aff807c

Please sign in to comment.