summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/application_manager_impl_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/application_manager_impl_test.cc')
-rw-r--r--src/components/application_manager/test/application_manager_impl_test.cc12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/components/application_manager/test/application_manager_impl_test.cc b/src/components/application_manager/test/application_manager_impl_test.cc
index 4398952237..4ebbbe7141 100644
--- a/src/components/application_manager/test/application_manager_impl_test.cc
+++ b/src/components/application_manager/test/application_manager_impl_test.cc
@@ -715,10 +715,8 @@ TEST_F(ApplicationManagerImplTest,
// Act
const connection_handler::DeviceHandle switching_handle = 1;
- const connection_handler::Device switching_device(switching_handle,
- "switching_device",
- switching_device_id,
- "BLUETOOTH");
+ const connection_handler::Device switching_device(
+ switching_handle, "switching_device", switching_device_id, "BLUETOOTH");
const connection_handler::DeviceHandle non_switching_handle = 2;
const connection_handler::Device non_switching_device(non_switching_handle,
@@ -775,10 +773,8 @@ TEST_F(ApplicationManagerImplTest,
// Act
const connection_handler::DeviceHandle switching_handle = 1;
- const connection_handler::Device switching_device(switching_handle,
- "switching_device",
- switching_device_id,
- "BLUETOOTH");
+ const connection_handler::Device switching_device(
+ switching_handle, "switching_device", switching_device_id, "BLUETOOTH");
const connection_handler::DeviceHandle non_switching_handle = 2;
const connection_handler::Device non_switching_device(non_switching_handle,