Skip to content

Commit 0258c21

Browse files
committed
build check
1 parent cbf8605 commit 0258c21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

athena-federation-sdk/src/test/java/com/amazonaws/athena/connector/lambda/data/writers/fieldwriters/Float4FieldWriterTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ public void write_withoutConstraints_shouldWriteSuccessfully() {
119119
}
120120

121121
@Test
122-
public void write_withNullFloat4Value_shouldMarkVectorAsNull() throws Exception {
122+
public void write_withNullFloat4Value_shouldMarkVectorAsNull() throws Exception
123+
{
123124
configureFloat4Extractor(mockExtractor, 0.0f, 0);
124125

125126
boolean result = float4FieldWriter.write(new Object(), 0);

0 commit comments

Comments
 (0)