Skip to content

Commit

Permalink
fix(index_test): bad file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Apr 22, 2017
1 parent a5d20c4 commit 48c7351
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/operators/index_test.py
Expand Up @@ -9,5 +9,4 @@ def test_index(should):
[1] | should.have.length.of(1).to.have.index.at(0)

with pytest.raises(AssertionError):
[1, 2, 3] | should.have.index(4)

[1, 2, 3] | should.have.index(4)

0 comments on commit 48c7351

Please sign in to comment.