diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-09 14:49:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-09 12:49:52 +0000 |
| commit | e631f6e0a2cc3ac15a7de4a21fc89b305737c8a0 (patch) | |
| tree | 64f414ee5465e172709d8bde7e0255226836a14a /test | |
| parent | 67a65e1b57c17dd9c2c64cb57056b28fe73b32d7 (diff) | |
| download | faker-e631f6e0a2cc3ac15a7de4a21fc89b305737c8a0.tar.xz faker-e631f6e0a2cc3ac15a7de4a21fc89b305737c8a0.zip | |
chore(deps): update eslint (#3578)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/location.spec.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/modules/location.spec.ts b/test/modules/location.spec.ts index 7ca81672..349eb891 100644 --- a/test/modules/location.spec.ts +++ b/test/modules/location.spec.ts @@ -388,8 +388,8 @@ describe('location', () => { )( 'should return random gps coordinate within a distance of another one (%j)', ({ isMetric, radius }) => { - const latitude1 = +fakerFn.location.latitude(); - const longitude1 = +fakerFn.location.longitude(); + const latitude1 = fakerFn.location.latitude(); + const longitude1 = fakerFn.location.longitude(); const coordinate = fakerFn.location.nearbyGPSCoordinate({ origin: [latitude1, longitude1], |
