Skip to content

Commit

Permalink
commit apache#3: 1st test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAtonBoom committed Jun 17, 2022
1 parent 91f685d commit c8bcf05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public static Collection parameters() {
public void testRead(){
try{


int copied=this.bc.read(this.destBuf, this.pos, this.length);
Assert.assertEquals(copied, this.exp);
}
Expand Down

0 comments on commit c8bcf05

Please sign in to comment.