summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/test')
-rw-r--r--src/components/policy/policy_regular/test/sql_pt_representation_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/test/sql_pt_representation_test.cc b/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
index cbde0ca00f..fd83c82b1a 100644
--- a/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
+++ b/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
@@ -420,7 +420,7 @@ TEST_F(SQLPTRepresentationTest,
ASSERT_EQ(0, dbms->FetchOneInt(query_select));
ASSERT_TRUE(reps->RefreshDB());
// Check PT structure destroyed and tables number is 0
- const int32_t total_tables_number = 29;
+ const int32_t total_tables_number = 28;
ASSERT_EQ(total_tables_number, dbms->FetchOneInt(query_select));
const char* query_select_count_of_iap_buffer_full =
"SELECT `count_of_iap_buffer_full` FROM `usage_and_error_count`";