Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 8067067

Browse files
author
Hans Kristian Flaatten
committed
fix(test): trim long line to fit max length
1 parent 264b5e8 commit 8067067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('Example App', function() {
117117
.end(done);
118118
});
119119

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

0 commit comments

Comments
 (0)