Skip to content

Commit

Permalink
Fix spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrock4t committed Mar 10, 2024
1 parent 19b10d8 commit 02cf656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Test_Buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 02cf656

Please sign in to comment.