Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed Aug 23, 2022
1 parent 120772a commit 6cc9b36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class GithubIssuesTest {
if (ai instanceof CodeAttribute) {
CodeAttribute ca = (CodeAttribute) ai;

Assert.assertEquals(-1, bcs);
Assert.assertEquals(-1, bcs[0]);
bcs[0] = ca.code.length;
}
}
Expand All @@ -379,7 +379,7 @@ class GithubIssuesTest {
}
});

Assert.assertEquals(9, bcs);
Assert.assertEquals(9, bcs[0]);
}

@Test public void
Expand Down

0 comments on commit 6cc9b36

Please sign in to comment.