Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 20, 2023
1 parent 3a9de49 commit cbf571f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/test1/parchment.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"descriptor": "(Lpkg/Outer$InnerClass;)V",
"parameters": [
{
"index": 0,
"index": 1,
"name": "innerClass"
}
]
Expand All @@ -24,7 +24,7 @@
"descriptor": "(Lpkg/SamePkgClass;)V",
"parameters": [
{
"index": 0,
"index": 1,
"name": "samePkgClass"
}
]
Expand All @@ -39,7 +39,7 @@
"descriptor": "(LDefaultPkgClass;)V",
"parameters": [
{
"index": 0,
"index": 1,
"name": "defaultPkgClass"
}
]
Expand Down

0 comments on commit cbf571f

Please sign in to comment.