test(peer-connection-managenent): Functional Tests (#2321) @ b16e20e48 introduced build error through ambigous function call, testwaku build failed on master (#2337)

This commit is contained in:
NagyZoltanPeter 2024-01-08 16:45:03 +01:00 committed by GitHub
parent f97ad7a12c
commit 25cd5e2ff7

View File

@ -1,5 +1,2 @@
proc toString*(bytes: seq[byte]): string =
cast[string](bytes)
proc toBytes*(str: string): seq[byte] =
cast[seq[byte]](str)