Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Tweak tests for #1181
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Sep 27, 2017
1 parent 0cc7f4c commit b43cc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/app/common/data/topSitesTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ describe('topSites', function () {
it('obtains the first site\'s order', function () {
assert.equal(getSiteOrder('google.com'), 1)
})
it('obtains an arbigrary site\'s order', function () {
assert.equal(getSiteOrder('calendar.google.com'), 4)
it('obtains an arbitrary site\'s order', function () {
assert.equal(getSiteOrder('calendar.google.com'), 5)
})
it('orders unknown sites as max int', function () {
assert.equal(getSiteOrder('bradhatesprimes.com'), 9007199254740991)
Expand Down

0 comments on commit b43cc79

Please sign in to comment.