Skip to content

Commit 1b2cc0a

Browse files
committed
Spotless
1 parent 1ea8dee commit 1b2cc0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

document-store/src/test/java/org/hypertrace/core/documentstore/postgres/query/v1/parser/filter/PostgresFieldTypeDetectorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ void testVisitJsonIdentifierExpression_stringScalar_returnsScalar() {
8484
FieldCategory result = detector.visit(expr);
8585
assertNotNull(result);
8686
assertEquals(
87-
FieldCategory.JSONB_SCALAR, result,
87+
FieldCategory.JSONB_SCALAR,
88+
result,
8889
"JsonIdentifierExpression with STRING should return SCALAR");
8990
}
9091

0 commit comments

Comments
 (0)