summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/put_file_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/put_file_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/put_file_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/mobile/put_file_test.cc b/src/components/application_manager/test/commands/mobile/put_file_test.cc
index c1f9df80ba..4a89160772 100644
--- a/src/components/application_manager/test/commands/mobile/put_file_test.cc
+++ b/src/components/application_manager/test/commands/mobile/put_file_test.cc
@@ -118,7 +118,7 @@ class PutFileRequestTest
EXPECT_CALL(
rpc_service_,
ManageMobileCommand(MobileResultCodeIs(code),
- am::commands::Command::CommandOrigin::SOURCE_SDL));
+ am::commands::Command::CommandSource::SOURCE_SDL));
}
MessageSharedPtr msg_;