We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0b22b commit a59a306Copy full SHA for a59a306
test/stats.js
@@ -145,7 +145,7 @@ test('server: get leecher stats.json', function (t) {
145
t.equal(stats.peersSeederOnly, 0)
146
t.equal(stats.peersLeecherOnly, 1)
147
t.equal(stats.peersSeederAndLeecher, 0)
148
- t.equal(stats.clients['WebTorrent']['0.0.9.1'], 1)
+ t.equal(stats.clients['WebTorrent']['0.91'], 1)
149
150
client.destroy(function () { t.pass('client destroyed') })
151
server.close(function () { t.pass('server closed') })
0 commit comments