Skip to content

Commit

Permalink
Update test_emitter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 23, 2019
1 parent b4a7699 commit da6d9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,5 @@ def test_renaming_top_level_directory():
open(p('a2', 'b', 'c'), 'a').close()

event = event_queue.get(timeout=5)[0]
print(event)
assert event.src_path == p('a2', 'b', 'c')
assert isinstance(event, FileCreatedEvent)

0 comments on commit da6d9c3

Please sign in to comment.