Skip to content

Commit

Permalink
fix(test): trim long line to fit max length
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Mar 28, 2016
1 parent 264b5e8 commit 8067067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Example App', function() {
.end(done);
});

it('returns places with visits greater than or equal to 10,000', function(done) {
it('returns places with visits > or equal to 10,000', function(done) {
app.get(url + '?visits=>=10000')
.expect(200)
.expect(function(res) {
Expand Down

0 comments on commit 8067067

Please sign in to comment.