I'm exploring the code to see how flatfile validation is performed and I came across this line which confused me.
|
FastaFileValidationCheck check = new FastaFileValidationCheck(options, sharedInfo); |
The rest of the tests reference a FlatfileFileValidationCheck object, but this one uses FastaFileValidationCheck. Should this also be a FlatfileFileValidationCheck object too?