Skip to content

Commit

Permalink
change statement version
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya8066 authored and lakshya-gp committed Nov 10, 2024
1 parent 08b469d commit 46660b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void validateAndTransformToJson_shouldTransformStatementToJsonString_With
assertNotNull(jsonStatement);
String EXPECTED_JSON_STATEMENT =
"{\n"
+ " \"_type\" : \"https://in-toto.io/Statement/v0.2\",\n"
+ " \"_type\" : \"https://in-toto.io/Statement/v0.1\",\n"
+ " \"subject\" : [ {\n"
+ " \"name\" : \"curl-7.72.0.tar.bz2\",\n"
+ " \"digest\" : {\n"
Expand Down

0 comments on commit 46660b3

Please sign in to comment.