Skip to content

Commit 1518a20

Browse files
committed
fix: try to fix linter failed
1 parent 96baad8 commit 1518a20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

validation_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -928,10 +928,10 @@ func tcMultipleRepeatingGroupFields() validateTest {
928928
dict, _ := datadictionary.Parse("spec/FIX43.xml")
929929
validator := NewValidator(defaultValidatorSettings, dict, nil)
930930
return validateTest{
931-
TestName: "Multiple repeating group fields in a message",
932-
Validator: validator,
933-
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"),
934-
DoNotExpectReject: true,
931+
TestName: "Multiple repeating group fields in a message",
932+
Validator: validator,
933+
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"),
934+
DoNotExpectReject: true,
935935
}
936936
}
937937

0 commit comments

Comments
 (0)