Skip to content

Commit

Permalink
Fix test comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbynek Konecny committed Oct 20, 2023
1 parent 68b08e2 commit fcac446
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,7 @@ public void testJsArrayString() {
assertEquals(0, jsArray.length());
}

/**
* Checks that get, length and set methods work even if the JS object
* is not actual Array
*/
/** Checks that get, length and set methods work even if the JS object is not actual Array */
public void testFakeArray() {
JsArray<JsPoint> points = makeFakeArray();
points.set(0, makeJsPoint(1, 2));
Expand Down

0 comments on commit fcac446

Please sign in to comment.