ppf: Update direction strings to "send" and "receive".
[cs-p2p-next.git] / ppf / new / tests / test_storage.py
index a326fe0..e4ac937 100644 (file)
@@ -274,7 +274,7 @@ class TreeTextFileAccessTest(unittest.TestCase):
 
         # Add peer status message.
         msg = storage.VerboseMessage(swarm_id=1, client_session_id=1,
-            transfer_direction="to", peer_ip="141.85.224.202",
+            transfer_direction="send", peer_ip="141.85.224.202",
             peer_port="12345", message_type="CHOKE")
         a.add_verbose_message(msg)