Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Apr 2, 2018
1 parent 12c1a7e commit 7e387a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/geolocator.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('geolocator', function () {
expect(location.address).toEqual(jasmine.any(Object));
expect(location.timezone).toEqual(jasmine.any(Object));
expect(location.ip).toEqual(jasmine.any(String));
expect(location.provider).toEqual('geobytes');
expect(location.provider).toEqual('nekudo');
}
done();
});
Expand All @@ -129,7 +129,7 @@ describe('geolocator', function () {
expect(location.address).toEqual(jasmine.any(Object));
expect(location.flag).toEqual(jasmine.any(String));
expect(location.ip).toEqual(jasmine.any(String));
expect(location.provider).toEqual('geobytes');
expect(location.provider).toEqual('nekudo');
}
done();
});
Expand Down

0 comments on commit 7e387a6

Please sign in to comment.