Skip to content

Commit

Permalink
chore: update readme and fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokiefer committed Jul 9, 2019
1 parent 81ae905 commit e30c353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/pedrokiefer/aiostomp.png?branch=master)](https://travis-ci.org/pedrokiefer/aiostomp)
[![Build Status](https://travis-ci.com/pedrokiefer/aiostomp.png?branch=master)](https://travis-ci.com/pedrokiefer/aiostomp)
[![Coverage Status](https://coveralls.io/repos/github/pedrokiefer/aiostomp/badge.svg?branch=master)](https://coveralls.io/github/pedrokiefer/aiostomp?branch=master)
[![PyPI version](https://badge.fury.io/py/aiostomp.svg)](https://badge.fury.io/py/aiostomp)

Expand Down
1 change: 0 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,4 +933,3 @@ async def test_can_send(self):
self._protocol.send_frame.assert_called_with(
'SEND', {'content-length': 2}, '{}'
)

0 comments on commit e30c353

Please sign in to comment.