mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-10 05:33:30 +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)
|