Skip to content

Commit

Permalink
Merge pull request #4 from jettify/patch-3
Browse files Browse the repository at this point in the history
Fix duplicate tests names
  • Loading branch information
asvetlov committed Jul 12, 2016
2 parents 6cfaad3 + 373ff0e commit 3d1cc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pep492/test_492.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def test_await_read_lock(loop):


@pytest.mark.run_loop
async def test_write_context_manager(loop):
async def test_await_write_lock(loop):
rwlock = RWLock(loop=loop)
writer = rwlock.writer_lock
assert not writer.locked
Expand Down

0 comments on commit 3d1cc8b

Please sign in to comment.