File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jbbp/src/test/java/com/igormaznitsa/jbbp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2054,7 +2054,7 @@ public void testParse_NoErrorForIgnoreRemainingFieldsFlag() throws Exception {
20542054 }
20552055
20562056 @ Test
2057- public void testConvertToSrc_Java16_NamedPackage () throws Exception {
2057+ public void testConvertToSrc_Java_NamedPackage () {
20582058 final JBBPParser parser = JBBPParser .prepare ("byte a;" );
20592059
20602060 final List <ResultSrcItem > src = parser .convertToSrc (TargetSources .JAVA , "some.package.SomeClass" );
@@ -2065,7 +2065,7 @@ public void testConvertToSrc_Java16_NamedPackage() throws Exception {
20652065 }
20662066
20672067 @ Test
2068- public void testConvertToSrc_Java16_DefaultPackage () throws Exception {
2068+ public void testConvertToSrc_Java_DefaultPackage () {
20692069 final JBBPParser parser = JBBPParser .prepare ("byte a;" );
20702070
20712071 final List <ResultSrcItem > src = parser .convertToSrc (TargetSources .JAVA , "SomeClass" );
You can’t perform that action at this time.
0 commit comments