Skip to content

Commit 2c32dd5

Browse files
committed
Refresh TUS input source contract
1 parent 22e352b commit 2c32dd5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/test/java/io/tus/java/client/GeneratedTusProtocolContract.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,14 @@ final class GeneratedTusProtocolContract {
845845
),
846846
new GeneratedTusClientFeature(
847847
new GeneratedTusClientFeatureConformance(
848-
new String[0],
849-
"needs-generated-scenario"
848+
new String[] {
849+
"arrayBufferInput",
850+
"arrayBufferViewInput",
851+
"webReadableStreamInput",
852+
"nodeReadableStreamInput",
853+
"nodePathInput",
854+
},
855+
"covered-by-generated-scenario"
850856
),
851857
"Support the reference client input/source families across runtimes.",
852858
"inputSources",

0 commit comments

Comments
 (0)