aboutsummaryrefslogtreecommitdiff
path: root/src/privet/security_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/privet/security_manager_unittest.cc')
-rw-r--r--src/privet/security_manager_unittest.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/privet/security_manager_unittest.cc b/src/privet/security_manager_unittest.cc
index f596de9..526921c 100644
--- a/src/privet/security_manager_unittest.cc
+++ b/src/privet/security_manager_unittest.cc
@@ -138,15 +138,15 @@ class SecurityManagerTest : public testing::Test {
SecurityManagerConfigStore config_store_;
Config config_{&config_store_};
AuthManager auth_manager_{
- {22, 47, 23, 77, 42, 98, 96, 25, 83, 16, 9, 14, 91, 44, 15, 75, 60, 62,
- 10, 18, 82, 35, 88, 100, 30, 45, 7, 46, 67, 84, 58, 85},
+ {22, 47, 23, 77, 42, 98, 96, 25, 83, 16, 9, 14, 91, 44, 15, 75,
+ 60, 62, 10, 18, 82, 35, 88, 100, 30, 45, 7, 46, 67, 84, 58, 85},
{
- 59, 47, 77, 247, 129, 187, 188, 158, 172, 105, 246, 93, 102, 83, 8,
- 138, 176, 141, 37, 63, 223, 40, 153, 121, 134, 23, 120, 106, 24, 205,
- 7, 135,
+ 59, 47, 77, 247, 129, 187, 188, 158, 172, 105, 246,
+ 93, 102, 83, 8, 138, 176, 141, 37, 63, 223, 40,
+ 153, 121, 134, 23, 120, 106, 24, 205, 7, 135,
},
- {22, 47, 23, 77, 42, 98, 96, 25, 83, 16, 9, 14, 91, 44, 15, 75, 60, 62,
- 10, 18, 82, 35, 88, 100, 30, 45, 7, 46, 67, 84, 58, 85},
+ {22, 47, 23, 77, 42, 98, 96, 25, 83, 16, 9, 14, 91, 44, 15, 75,
+ 60, 62, 10, 18, 82, 35, 88, 100, 30, 45, 7, 46, 67, 84, 58, 85},
&clock_};
SecurityManager security_{&config_, &auth_manager_, &task_runner_};