Skip to content

Commit

Permalink
test(address): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Oct 13, 2022
1 parent 4410291 commit ce9e7a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/__snapshots__/address.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ exports[`address > 42 > longitude > noArgs 1`] = `"-45.1656"`;

exports[`address > 42 > nearbyGPSCoordinate > near origin 1`] = `
[
"0.0814",
"-0.0809",
0.08140632875358443,
-0.08093642792425726,
]
`;

Expand Down Expand Up @@ -128,8 +128,8 @@ exports[`address > 1211 > longitude > noArgs 1`] = `"154.2673"`;

exports[`address > 1211 > nearbyGPSCoordinate > near origin 1`] = `
[
"-0.0287",
"0.0596",
-0.02872051646443488,
0.05959053473372933,
]
`;

Expand Down Expand Up @@ -216,8 +216,8 @@ exports[`address > 1337 > longitude > noArgs 1`] = `"-85.6711"`;

exports[`address > 1337 > nearbyGPSCoordinate > near origin 1`] = `
[
"0.0806",
"-0.0061",
0.08055259537977688,
-0.006097651409731952,
]
`;

Expand Down

0 comments on commit ce9e7a5

Please sign in to comment.