Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 6, 2020
1 parent ad0c9c4 commit bbb82c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/commands/test_package_records.py
Expand Up @@ -9,7 +9,7 @@ def test_command(monkeypatch):
['record-package_minimal-1-2.json'])


def test_command(monkeypatch):
def test_command_size(monkeypatch):
assert_streaming(monkeypatch, main, ['package-records', '--size', '2'],
['record_minimal-1.json', 'record_minimal-2.json', 'record_minimal.json'],
['record-package_minimal-1-2-no-metadata.json', 'record-package_minimal-no-metadata.json'])
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/test_package_releases.py
Expand Up @@ -9,7 +9,7 @@ def test_command(monkeypatch):
['release-package_minimal-1-2.json'])


def test_command(monkeypatch):
def test_command_size(monkeypatch):
assert_streaming(monkeypatch, main, ['package-releases', '--size', '2'],
['release_minimal-1.json', 'release_minimal-2.json', 'release_minimal.json'],
['release-package_minimal-1-2-no-metadata.json', 'release-package_minimal-no-metadata.json'])
Expand Down

0 comments on commit bbb82c6

Please sign in to comment.