Skip to content

Commit d8b4e38

Browse files
committed
Cover TUS abort conformance
1 parent d97c79c commit d8b4e38

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,10 @@ final class GeneratedTusProtocolContract {
709709
),
710710
new GeneratedTusClientFeature(
711711
new GeneratedTusClientFeatureConformance(
712-
new String[0],
713-
"needs-generated-scenario"
712+
new String[] {
713+
"abortUpload",
714+
},
715+
"covered-by-generated-scenario"
714716
),
715717
"Abort the active request, pending retry timer, and any partial uploads.",
716718
"abortUpload",

0 commit comments

Comments
 (0)