Skip to content

Commit

Permalink
chore: fix tests, update deps (#45)
Browse files Browse the repository at this point in the history
* fix test

* package: fix vulns
  • Loading branch information
davidcalhoun committed Oct 27, 2023
1 parent 31a9f54 commit 6cb99b9
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 155 deletions.
2 changes: 1 addition & 1 deletion __tests__/sgp4.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe("problematic TLES (geosync, decayed)", () => {
startTimeMS: timestamp
});
// Time until it reaches the antemeridian
expect(result.length).toEqual(172809);
expect(result.length).toEqual(129607);
});

test("getGroundTracks", async () => {
Expand Down
Loading

0 comments on commit 6cb99b9

Please sign in to comment.