test(peer-connection-managenent): Functional Tests (#2321) @ e9d083b27 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 7f1682dea6
commit a34c39c891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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)