Skip to content

Commit

Permalink
Fix subtest names
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Dec 18, 2023
1 parent 0547cf5 commit fa590e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ test('one server, two clients - first connection', async (t) => {
const swarm2 = new Hyperswarm({ bootstrap })
const swarm3 = new Hyperswarm({ bootstrap })

const connection1To2Test = t.test('connection1')
const connection1To3Test = t.test('connection1')
const connection1To2Test = t.test('connection 1 to 2')
const connection1To3Test = t.test('connection 1 to 3')

const connection2Test = t.test('connection2')
const connection3Test = t.test('connection3')
Expand Down

0 comments on commit fa590e8

Please sign in to comment.