diff options
Diffstat (limited to 'tests/bus.c')
| -rw-r--r-- | tests/bus.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/bus.c b/tests/bus.c index dd36d5a5..8283bf21 100644 --- a/tests/bus.c +++ b/tests/bus.c @@ -29,11 +29,6 @@ TestMain("BUS pattern", { So(nng_bus_open(&bus) == 0); Reset({ nng_close(bus); }); - - Convey("Protocols match", { - So(nng_protocol(bus) == NNG_PROTO_BUS); - So(nng_peer(bus) == NNG_PROTO_BUS); - }); }); Convey("We can create a linked BUS topology", { |
