Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 20, 2019
1 parent 2f1f02f commit c12d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_callable/test_getitem.py
Expand Up @@ -6,4 +6,4 @@
def test_getitem():
"""Ensures that getitem works correctly."""
assert _['a']({'a': 1}) + 2 == 3
assert _[0]({0: 'a'}) + 'b' == 'ab'
assert _[0]({0: 'a'}) + 'b' == 'ab' # noqa: WPS336

0 comments on commit c12d4ba

Please sign in to comment.