summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2022-04-13 10:31:56 -0400
committerGitHub <noreply@github.com>2022-04-13 10:31:56 -0400
commit65947fd1eb30a392948d67003df0fe803c070c6b (patch)
treebb3a88b2b132421f8c0c157c592e617af99b55fd /src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc
parent68f082169e0a40fccd9eb0db3c83911c28870f07 (diff)
parent6b423eb0a2b01600d399cad18f789a7dfbcc83af (diff)
downloadsdl_core-65947fd1eb30a392948d67003df0fe803c070c6b.tar.gz
Merge pull request #3872 from smartdevicelink/release/8.1.08.1.0
Release 8.1.0
Diffstat (limited to 'src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc')
-rw-r--r--src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc b/src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc
index f719edf391..3277706dfc 100644
--- a/src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc
+++ b/src/components/policy/policy_regular/test/sql_pt_representation_storage_test.cc
@@ -102,10 +102,10 @@ TEST_F(
// Arrange
const std::string value_12345 = "12345";
const std::string query =
- "INSERT OR REPLACE INTO `application` (`id`, `memory_kb`,"
+ "INSERT OR REPLACE INTO `application` (`id`,"
" `heart_beat_timeout_ms`) VALUES ('" +
value_12345 +
- "', 5, 10); "
+ "', 10); "
"INSERT OR REPLACE INTO functional_group (`id`, `name`)"
" VALUES (1, 'Base-4'); "
"INSERT OR REPLACE INTO `app_group` (`application_id`,"