Skip to content

Commit

Permalink
Update shrinker-test/src/main/java/com/example/NoSerializedNameMain.java
Browse files Browse the repository at this point in the history
Accept review suggestion

Co-authored-by: Marcono1234 <[email protected]>
  • Loading branch information
sfreilich and Marcono1234 committed Aug 31, 2023
1 parent 4598bbd commit 8f98de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public TestClassConstructorHasArgs(String s) {
}

/**
* Main entrypoint, called by {@code ShrinkingIT.testNoSerializedName_ConstructorHasArgs()}.
* Main entrypoint, called by {@code ShrinkingIT.testNoSerializedName_NoArgsConstructor()}.
*/
public static String runTest() {
TestClass deserialized = new Gson().fromJson("{\"s\":\"value\"}", same(TestClass.class));
Expand Down

0 comments on commit 8f98de3

Please sign in to comment.