Skip to content

Commit

Permalink
Update test-shrinker/src/test/java/com/google/gson/it/ShrinkingIT.java
Browse files Browse the repository at this point in the history
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
  • Loading branch information
eamonnmcmanus and Marcono1234 authored Oct 9, 2024
1 parent 287e09c commit 8cb8cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.junit.runners.Parameterized.Parameters;

/** Integration test verifying behavior of shrunken and obfuscated JARs. */
@SuppressWarnings("MemberName") // class name
@SuppressWarnings("MemberName") // class name must end with 'IT' for Maven Failsafe Plugin
@RunWith(Parameterized.class)
public class ShrinkingIT {
// These JAR files are prepared by the Maven build
Expand Down

0 comments on commit 8cb8cad

Please sign in to comment.