Skip to content

Commit

Permalink
fix: try to fix linter failed
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyang1994 committed Apr 22, 2024
1 parent 96baad8 commit 1518a20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -928,10 +928,10 @@ func tcMultipleRepeatingGroupFields() validateTest {
dict, _ := datadictionary.Parse("spec/FIX43.xml")
validator := NewValidator(defaultValidatorSettings, dict, nil)
return validateTest{
TestName: "Multiple repeating group fields in a message",
Validator: validator,
MessageBytes: []byte("8=FIX.4.39=17635=D34=249=TW52=20140329-22:38:4556=ISLD11=ID453=2448=PARTYID452=3523=SUBID448=PARTYID2452=378=179=ACCOUNT80=121=140=154=138=20055=INTC60=20140329-22:38:4510=178"),
DoNotExpectReject: true,
TestName: "Multiple repeating group fields in a message",
Validator: validator,
MessageBytes: []byte("8=FIX.4.39=17635=D34=249=TW52=20140329-22:38:4556=ISLD11=ID453=2448=PARTYID452=3523=SUBID448=PARTYID2452=378=179=ACCOUNT80=121=140=154=138=20055=INTC60=20140329-22:38:4510=178"),
DoNotExpectReject: true,
}
}

Expand Down

0 comments on commit 1518a20

Please sign in to comment.