Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 489e842

Browse files
committed
test: reword
1 parent afe045b commit 489e842

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/railing.spec.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
const Railing = require('../src')
55
const peerList = require('./default-peers')
66

7-
describe('without verify on', () => {
7+
describe('railing', () => {
88
it('find the other peer', (done) => {
99
const r = new Railing({ list: peerList, interval: 1000 })
10-
11-
r.start(() => {})
12-
1310
r.once('peer', (peer) => done())
11+
r.start(() => {})
1412
})
1513
})

0 commit comments

Comments
 (0)