Skip to content

Commit 12a57a0

Browse files
authored
Update test-data.js
1 parent a04260a commit 12a57a0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/data/test-data.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ const fitFileDevDataWithoutFieldDescription = [
7979
0x5C, 0xF2, 0x6D, 0x00, 0x36, 0xEE, 0x80, 0x78, 0x3B
8080
];
8181

82-
const fitFileIOP = [
83-
0x0E, 0x20, 0x28, 0x23, 0x24, 0x00, 0x00, 0x00, 0x2E, 0x46, 0x49, 0x54,
84-
0x92, 0xDF, 0x41, 0x00, 0x01, 0x00, 0xDC, 0x02, 0x00, 0x02, 0x84, 0x01,
85-
0x05, 0x0D, 0x01, 0x00, 0x09, 0x01, 0x02, 0xFF, 0x03, 0x04, 0x01, 0x00,
86-
0x09, 0x00, 0xFF, 0xFF, 0x04, 0x05, 0x01, 0x00, 0x09, 0xFF, 0xFF, 0xFF,
87-
0xFF, 0xFF, 0xC8, 0xC5
88-
];
89-
9082
const fitFileMonitoring = [
9183
0x0E, 0x20, 0x28, 0x23, 0x24, 0x00, 0x00, 0x00, 0x2E, 0x46, 0x49, 0x54,
9284
0x92, 0xDF, 0x41, 0x00, 0x01, 0x00, 0x37, 0x02, 0xFD, 0x04, 0x86, 0x18,
@@ -483,9 +475,8 @@ export default {
483475
fitFileChained,
484476
fitFileChainedWeirdVivoki,
485477
fitFileDevDataWithoutFieldDescription,
486-
fitFileIOP,
487478
fitFileMonitoring,
488479
gearChangeData,
489480
workout800mRepeatsLittleEndian,
490481
workout800mRepeatsBigEndian
491-
};
482+
};

0 commit comments

Comments
 (0)