Skip to content

Commit

Permalink
Apply black.
Browse files Browse the repository at this point in the history
  • Loading branch information
toshihikoyanase committed Mar 2, 2021
1 parent 2d4f2fd commit ab39c62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/storages_tests/rdb_tests/test_storage.py
Expand Up @@ -38,7 +38,13 @@ def test_init() -> None:
assert version_info.library_version == version.__version__

assert storage.get_current_version() == storage.get_head_version()
assert storage.get_all_versions() == ["v2.6.0.a", "v2.4.0.a", "v1.3.0.a", "v1.2.0.a", "v0.9.0.a"]
assert storage.get_all_versions() == [
"v2.6.0.a",
"v2.4.0.a",
"v1.3.0.a",
"v1.2.0.a",
"v0.9.0.a",
]


def test_init_url_template() -> None:
Expand Down

0 comments on commit ab39c62

Please sign in to comment.