From 4f822280bbe7bf88ea1eec104ad4ef92ced25eb1 Mon Sep 17 00:00:00 2001 From: Vinicius Fraga Date: Tue, 12 Oct 2021 11:57:12 -0300 Subject: [PATCH] Added EOF --- .../apache/arrow/driver/jdbc/utils/ConnectionWrapperTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/flight/flight-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/utils/ConnectionWrapperTest.java b/java/flight/flight-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/utils/ConnectionWrapperTest.java index ecd764b6a1294..8301cbbcc02f0 100644 --- a/java/flight/flight-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/utils/ConnectionWrapperTest.java +++ b/java/flight/flight-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/utils/ConnectionWrapperTest.java @@ -429,4 +429,4 @@ public void testGetNetworkTimeoutShouldGetNetworkTimeoutFromUnderlyingConnection connectionWrapper.getNetworkTimeout(), is(equalTo(verify(underlyingConnection, times(1)).getNetworkTimeout()))); } -} \ No newline at end of file +}