mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-09 13:15:31 +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)
|