]> git.meshlink.io Git - meshlink-tiny/blobdiff - test/trio.c
Remove graph, edges and communication via UDP.
[meshlink-tiny] / test / trio.c
index 292a1a5440533021d1d7bb66af2c6254970319f1..5b5a612f2c354c44ea02c35f60bc121ab11a74b6 100644 (file)
@@ -119,13 +119,6 @@ int main(void) {
 
        assert(wait_sync_flag(&received, 15));
 
-       // Check that the second and third node have autoconnected to each other
-
-       devtool_edge_t *edges = NULL;
-       size_t nedges = 0;
-       assert_after((edges = devtool_get_all_edges(mesh[1], edges, &nedges), nedges == 3), 15);
-       free(edges);
-
        // Stop the first node
 
        meshlink_stop(mesh[0]);