diff --git a/pkg/types/jar/v0.0.1/entry_test.go b/pkg/types/jar/v0.0.1/entry_test.go index 9253a7ec9..a4b093372 100644 --- a/pkg/types/jar/v0.0.1/entry_test.go +++ b/pkg/types/jar/v0.0.1/entry_test.go @@ -154,14 +154,6 @@ Hr/+CxFvaJWmpYqNkLDGRU+9orzh5hI2RrcuaQ== } func TestJarMetadataSize(t *testing.T) { - type TestCase struct { - caseDesc string - entry V001Entry - expectUnmarshalSuccess bool - expectCanonicalizeSuccess bool - expectedVerifierSuccess bool - } - jarBytes, _ := os.ReadFile("tests/test.jar") os.Setenv("MAX_JAR_METADATA_SIZE", "10")