Skip to content

Commit

Permalink
✅ tiny test reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Oct 13, 2023
1 parent d0b74a9 commit 2eea2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ def test_get_by_name_returns_eventdata(self):
# arrange
q1 = EventQueue("1")
test_data = EventData("test", "test")

# act
q1.add(EventData("nope", "nope"))
q1.add(test_data)

# act
q1_events = q1.get("test")

# assert
Expand Down

0 comments on commit 2eea2e1

Please sign in to comment.