Skip to content

Commit 7075122

Browse files
committed
fix formatting
1 parent 814fdd8 commit 7075122

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/bwc/test_recovery.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ def test(self):
1818
UpgradePath('4.3.0', 'latest-nightly'),
1919
],
2020
[
21-
self._test_recovery_with_concurrent_indexing,
22-
self._test_recovery,
23-
self._test_update_docs,
24-
self._test_recovery_closed_index,
25-
self._test_closed_index_during_rolling_upgrade,
26-
self._test_auto_expand_indices_during_rolling_upgrade,
27-
self._test_retention_leases_established_when_promoting_primary,
28-
self._test_closed_index_noop_recovery,
29-
self._test_relocation_with_concurrent_indexing
21+
self._test_recovery_with_concurrent_indexing,
22+
self._test_recovery,
23+
self._test_update_docs,
24+
self._test_recovery_closed_index,
25+
self._test_closed_index_during_rolling_upgrade,
26+
self._test_auto_expand_indices_during_rolling_upgrade,
27+
self._test_retention_leases_established_when_promoting_primary,
28+
self._test_closed_index_noop_recovery,
29+
self._test_relocation_with_concurrent_indexing
3030
]
3131
)
3232

0 commit comments

Comments
 (0)