Skip to content

Commit

Permalink
update mockup data
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhippler committed Mar 17, 2017
1 parent acc9f25 commit d4a493c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/data/empty.json

This file was deleted.

1 change: 0 additions & 1 deletion test/data/empty_json.json

This file was deleted.

1 change: 1 addition & 0 deletions test/data/route-0-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"SessionId":"36022613:efa4","Status":{"Code":"Ok"}}
1 change: 1 addition & 0 deletions test/data/route-helmholtzstraße-postplatz.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion test/data/route-pragerstr-postplatz.json

This file was deleted.

2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('dvb.route', function () {
});

describe('dvb.route "0 -> 0"', function () {
mockRequest('empty.json');
mockRequest('route-0-0.json');

it('should return null', function (done) {
dvb.route(0, 0, new Date(), 'foo')
Expand Down

0 comments on commit d4a493c

Please sign in to comment.