Skip to content

Commit

Permalink
Remove reference to (BETA) in test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst authored Apr 7, 2019
1 parent 109803e commit c3315ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
}
Expand Down

0 comments on commit c3315ab

Please sign in to comment.