From 8e48bb117de382d74b0af0dc8e072d085faa035e Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 18 May 2020 08:20:18 -0600 Subject: [PATCH] rebasing master --- tests/testmplex.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testmplex.nim b/tests/testmplex.nim index aa2773c82..eea99636c 100644 --- a/tests/testmplex.nim +++ b/tests/testmplex.nim @@ -387,8 +387,6 @@ suite "Mplex": check string.fromBytes(msg) == &"stream {count}!" count.inc await stream.close() - count.inc - await stream.close() if count == 10: done.complete()