Remove reference to (BETA) in test comments

This commit is contained in:
David Ernst
2019-04-07 00:08:19 -05:00
committed by GitHub
parent 109803e802
commit c3315ab0fc

View File

@@ -53,7 +53,7 @@ function waitForLoad (app, t, opts) {
}).then(function () {
return app.webContents.getTitle()
}).then(function (title) {
// Note the window title is WebTorrent (BETA), this is the HTML <title>
// Note the window title is WebTorrent, this is the HTML <title>
t.equal(title, 'Main Window', 'html title')
})
}