Skip to content

Commit

Permalink
serverModeMultiparserParseTest: fix scat test
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Sep 30, 2024
1 parent b3debaa commit 99a0069
Show file tree
Hide file tree
Showing 2 changed files with 30,559 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,16 @@ internal class ServerModeMultiPartParseTest {
addJsonObject {
put("type", "DLF")
putJsonArray("inputIndexes") { add(1) }
}
addJsonObject {
put("type", "SDM")
putJsonArray("inputIndexes") { add(0) }
}
addJsonObject {
put("type", "HDF")
putJsonArray("inputIndexes") { add(3) }
}
addJsonObject {
put("type", "QMDL")
putJsonArray("inputIndexes") { add(2) }
}
Expand Down
Loading

0 comments on commit 99a0069

Please sign in to comment.