From 3ae0d486546d645e20422e4adde4614625af2a40 Mon Sep 17 00:00:00 2001 From: Samuel M Smith Date: Wed, 7 Aug 2024 18:12:49 -0600 Subject: [PATCH] fixed empty block --- tests/vdr/test_eventing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/vdr/test_eventing.py b/tests/vdr/test_eventing.py index d1237dc4..7a0f4618 100644 --- a/tests/vdr/test_eventing.py +++ b/tests/vdr/test_eventing.py @@ -713,4 +713,5 @@ def test_tevery_process_escrow(mockCoringRandomNonce): if __name__ == "__main__": #test_tever_escrow() #test_tevery_process_escrow() + pass