summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_key_pair_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_key_pair_unittest.cc')
-rw-r--r--remoting/host/host_key_pair_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/host_key_pair_unittest.cc b/remoting/host/host_key_pair_unittest.cc
index e5af756..c5d525e 100644
--- a/remoting/host/host_key_pair_unittest.cc
+++ b/remoting/host/host_key_pair_unittest.cc
@@ -52,6 +52,8 @@ TEST_F(HostKeyPairTest, SaveLoad) {
exported_key.LoadFromString(kTestHostKeyPair);
exported_key.Save(config_);
+ message_loop_.RunAllPending();
+
HostKeyPair imported_key;
imported_key.Load(config_);