diff --git a/endToEndTests/test/queries/fastaAligned_multiple.json b/endToEndTests/test/queries/fastaAligned_multiple.json index ab32a139f..1869fd77e 100644 --- a/endToEndTests/test/queries/fastaAligned_multiple.json +++ b/endToEndTests/test/queries/fastaAligned_multiple.json @@ -3,10 +3,7 @@ "query": { "action": { "type": "FastaAligned", - "sequenceName": [ - "testSecondSequence", - "S" - ] + "sequenceName": ["testSecondSequence", "S"] }, "filterExpression": { "type": "IntBetween", @@ -37,4 +34,4 @@ "testSecondSequence": "ACGT" } ] -} \ No newline at end of file +}