From 3c13dc4e54b0c539349610ffd791e5d5cabb40e2 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Tue, 23 Aug 2022 21:17:33 -0300 Subject: [PATCH] MINOR: [R] Remove trailing whitespace in flight tests (#13952) After #13267 there is some trailing whitespace left over in one of the files. Authored-by: Dewey Dunnington Signed-off-by: Sutou Kouhei --- r/tests/testthat/test-python-flight.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r/tests/testthat/test-python-flight.R b/r/tests/testthat/test-python-flight.R index f41abed1ffa80..d2b6fd491e189 100644 --- a/r/tests/testthat/test-python-flight.R +++ b/r/tests/testthat/test-python-flight.R @@ -37,13 +37,13 @@ if (process_is_running("demo_flight_server")) { regexp = 'data must be a "data.frame", "Table", or "RecordBatch"' ) }) - + test_that("flight_put with max_chunksize", { flight_put(client, example_data, path = flight_obj, max_chunksize = 1) expect_true(flight_path_exists(client, flight_obj)) expect_true(flight_obj %in% list_flights(client)) expect_warning( - flight_put(client, record_batch(example_data), path = flight_obj, max_chunksize = 123), + flight_put(client, record_batch(example_data), path = flight_obj, max_chunksize = 123), regexp = "`max_chunksize` is not supported for flight_put with RecordBatch" ) expect_error(