Skip to content

Commit

Permalink
fix localeString issue on 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jan 2, 2016
1 parent 8bfad3d commit 9efe4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/npm-user-download-counts.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('DownloadCounts', function () {
dc.render()

var content = fs.readFileSync('./output/npm-top-users.md', 'utf-8')
content.should.match(/1.*DanBUK.*200,000/)
content.should.match(/1.*DanBUK.*200,?000/)

return done()
})
Expand Down

0 comments on commit 9efe4a1

Please sign in to comment.