Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Aug 22, 2017
1 parent 4077966 commit 4d5ede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stream.py
Expand Up @@ -486,7 +486,7 @@ def test_stream_save_xls(tmpdir):

# Issues

def test_stream_reset_on_close():
def test_stream_reset_on_close_issue_190():
source = [['1', 'english'], ['2', '中国人']]
stream = Stream(source)
stream.open()
Expand Down

0 comments on commit 4d5ede0

Please sign in to comment.