Skip to content

Commit 5ff8ffc

Browse files
committed
Fix bad label types in tests
1 parent a7402aa commit 5ff8ffc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/common_file.coffee.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
buffer_from.ascii 'GRUP'
2828
buffer_from.uint32 0
2929
buffer_from.ascii 'GMST'
30-
buffer_from.uint32 3
30+
buffer_from.uint32 0
3131
buffer_from.uint8 9
3232
buffer_from.uint8 72
3333
buffer_from.uint16 6
@@ -49,7 +49,7 @@
4949
buffer_from.ascii 'GRUP'
5050
buffer_from.uint32 0
5151
buffer_from.ascii 'GMST'
52-
buffer_from.uint32 3
52+
buffer_from.uint32 0
5353
buffer_from.uint8 9
5454
buffer_from.uint8 72
5555
buffer_from.uint16 6
@@ -80,7 +80,7 @@
8080
buffer_from.ascii 'GRUP'
8181
buffer_from.uint32 0
8282
buffer_from.ascii 'GMST'
83-
buffer_from.uint32 3
83+
buffer_from.uint32 0
8484
buffer_from.uint8 9
8585
buffer_from.uint8 72
8686
buffer_from.uint16 6
@@ -124,7 +124,7 @@
124124
value:
125125
data_bytes: 0
126126
label: 'GMST'
127-
label_type: 3
127+
label_type: 0
128128
last_edit_date: '2009-01-09'
129129
last_edit_day_of_month: 9
130130
last_edit_month_since_2002_12: 72

test/read_group_header.coffee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
buffer_from.ascii 'GRUP'
2525
buffer_from.uint32 256
2626
buffer_from.ascii 'GMST'
27-
buffer_from.uint32 3
27+
buffer_from.uint32 0
2828
buffer_from.uint8 9
2929
buffer_from.uint8 72
3030
buffer_from.uint16 6
@@ -38,7 +38,7 @@
3838
value:
3939
data_bytes: 256
4040
label: 'GMST'
41-
label_type: 3
41+
label_type: 0
4242
last_edit_date: '2009-01-09'
4343
last_edit_day_of_month: 9
4444
last_edit_month_since_2002_12: 72

0 commit comments

Comments
 (0)