From 02cf65609bb1352aee571dcff6e1490b4726ee0e Mon Sep 17 00:00:00 2001 From: ccrock4t <15344554+ccrock4t@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:58:37 -0500 Subject: [PATCH] Fix spelling error in comment --- Tests/Test_Buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Test_Buffer.py b/Tests/Test_Buffer.py index 8269206..50d2788 100644 --- a/Tests/Test_Buffer.py +++ b/Tests/Test_Buffer.py @@ -15,7 +15,7 @@ class TEST_EventBuffer(unittest.TestCase): def test_3_firstorder_event_temporal_chaining(self): """ - Add 3 first order events to the buffer (A-->B,B,C), each with different timestamps (A=1, B=2, C=3) + Add 3 first order events to the buffer (A,B,C), each with different timestamps (A=1, B=2, C=3) Ensure that the compound events are all created: (A &/ B), (B &/ C), (A &/ C)