enasequence / sequencetools

Webin sequence validation API.
Apache License 2.0
10 stars 3 forks source link

Should FastaFileValidationCheck be FlatfileFileValidationCheck in FlatfileFileValidationCheckTest? #173

Open mahesh-panchal opened 2 months ago

mahesh-panchal commented 2 months ago

I'm exploring the code to see how flatfile validation is performed and I came across this line which confused me.

https://github.com/enasequence/sequencetools/blob/67e374d5dbe535cc7bababc293ea2a3e5688b6ee/src/test/java/uk/ac/ebi/embl/api/validation/file/FlatfileFileValidationCheckTest.java#L57

The rest of the tests reference a FlatfileFileValidationCheck object, but this one uses FastaFileValidationCheck. Should this also be a FlatfileFileValidationCheck object too?