Skip to content

Commit a211c17

Browse files
committed
Cover TUS URL storage conformance
1 parent d8b4e38 commit a211c17

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,8 +805,11 @@ final class GeneratedTusProtocolContract {
805805
),
806806
new GeneratedTusClientFeature(
807807
new GeneratedTusClientFeatureConformance(
808-
new String[0],
809-
"needs-generated-scenario"
808+
new String[] {
809+
"singleUploadLifecycle",
810+
"resumeFromPreviousUpload",
811+
},
812+
"covered-by-generated-scenario"
810813
),
811814
"Persist, find, resume, and optionally remove upload URLs by fingerprint.",
812815
"resumeUrlStorage",

0 commit comments

Comments
 (0)