mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 21:23:07 +00:00
7 lines
141 B
Python
7 lines
141 B
Python
class TestDataIntegrity:
|
|
main_nodes = []
|
|
|
|
def test_cluster_start(self):
|
|
for node in self.main_nodes:
|
|
print(node)
|