Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Oct 3, 2024
1 parent 9441f56 commit b2552d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsctp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import ./asyncunit
suite "SCTP":
teardown:
checkLeaks()
echo "TEARDOWN"

type
SctpStackForTest = object
Expand Down Expand Up @@ -107,3 +108,4 @@ suite "SCTP":
await allFutures(sctpClient1.closeSctpStack(),
sctpClient2.closeSctpStack(),
sctpServer.closeSctpStack())
echo "==========> END"

0 comments on commit b2552d6

Please sign in to comment.