Skip to content

Commit

Permalink
update spotlessApply styling issues
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Oct 27, 2023
1 parent 92bce29 commit 13867e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class ExprArrayValueTest {
public void testIsArrayFalse() {
assertFalse(new ExprStringValue("test").isArray());
}

@Test
public void testIsArray() {
ExprArrayValue exprArrayValue = new ExprArrayValue(Arrays.asList(new ExprStringValue("test")));
Expand Down

0 comments on commit 13867e5

Please sign in to comment.