diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 127c23dc8b..70db622832 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -54,7 +54,7 @@ jobs: extra-versions: ${{ github.workspace }}/test_head.json run-hole-punching-interop: - name: Run hole-punch interoperability tests + name: Run hole-punching interoperability tests runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -65,4 +65,4 @@ jobs: uses: libp2p/test-plans/.github/actions/run-interop-hole-punch-test@master with: test-filter: nim-libp2p-head - extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json \ No newline at end of file + extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json diff --git a/tests/hole-punching-interop/hole_punching.nim b/tests/hole-punching-interop/hole_punching.nim index d1fc3f535c..390c807e75 100644 --- a/tests/hole-punching-interop/hole_punching.nim +++ b/tests/hole-punching-interop/hole_punching.nim @@ -111,4 +111,4 @@ proc main() {.async.} = error "Unexpected error", msg = e.msg discard waitFor(main().withTimeout(4.minutes)) -quit(1) \ No newline at end of file +quit(1)