From 25cd5e2ff7a32c6eec2a6f990ab120519b3578ed Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:45:03 +0100 Subject: [PATCH] test(peer-connection-managenent): Functional Tests (#2321) @ b16e20e48 introduced build error through ambigous function call, testwaku build failed on master (#2337) --- tests/testlib/sequtils.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/testlib/sequtils.nim b/tests/testlib/sequtils.nim index b47ba75f5..5fd3d414f 100644 --- a/tests/testlib/sequtils.nim +++ b/tests/testlib/sequtils.nim @@ -1,5 +1,2 @@ proc toString*(bytes: seq[byte]): string = cast[string](bytes) - -proc toBytes*(str: string): seq[byte] = - cast[seq[byte]](str)