tests: In test-get-async, temporarily connect directly to borges.metwi.ucla.edu until the test repo is connected to the NDN testbed.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp
index 67a0348..2e9db0c 100644
--- a/tests/test-get-async.cpp
+++ b/tests/test-get-async.cpp
@@ -46,8 +46,8 @@
 int main(int argc, char** argv)
 {
   try {
-    // Connect to port 9695 until the testbed hubs use NDNx.
-    Face face("C.hub.ndn.ucla.edu", 9695);
+    // Connect to port 9695 until the testbed hubs use NDNx and are connected to the test repo.
+    Face face("borges.metwi.ucla.edu", 9695);
     
     // Counter holds data used by the callbacks.
     Counter counter;