Skip to content

Commit 66405ca

Browse files
committed
fix: correct type with param
chore: correct test data
1 parent b2ade0d commit 66405ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tlb-runtime/tesdata.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,10 +1029,9 @@ export const groupCorpus: TLBCorpus = {
10291029
'tag seq_no:# seq_no_2:# { prev_seq_no:# } { 2 + ~prev_seq_no + 1 = 2 + seq_no + 2 } { prev_seq_no_2:# } { ~prev_seq_no_2 = 100 + seq_no_2 * 8 * 7 } = ComplexCrc32;',
10301030
[
10311031
[
1032+
// TODO it data actual only deserialize, in some cases serialization and deserialization data may differ, this must be taken into account in the test set
10321033
{
10331034
kind: 'ComplexCrc32',
1034-
prev_seq_no: 2000,
1035-
prev_seq_no_2: 112100,
10361035
seq_no: 1999,
10371036
seq_no_2: 2000,
10381037
},

0 commit comments

Comments
 (0)