Skip to content

Commit

Permalink
eslint corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 7, 2021
1 parent 50bb117 commit 33c30de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io.test.js
Expand Up @@ -3,7 +3,7 @@ import badTleData from './io.json';

describe('Twoline', () => {
it('twoline to satellite record', () => {
badTleData.forEach((tleDataItem, i) => {
badTleData.forEach((tleDataItem) => {
const satrec = twoline2satrec(tleDataItem.tleLine1, tleDataItem.tleLine2);
tleDataItem.results.forEach((expected) => {
// Fetching satellite record from incorrectly formatted TLE lines
Expand Down

0 comments on commit 33c30de

Please sign in to comment.