Skip to content

Commit

Permalink
Fixed PyQgsVectorLayer test
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 7, 2013
1 parent ba49ef0 commit 082c6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorlayer.py
Expand Up @@ -641,7 +641,7 @@ def checkAfterOneDelete():
assert attrs[0].toInt()[0] == 123
assert attrs[1].toDouble()[0] == 5.5

checkAfterOneDelete()
checkAfterOneDelete()

# delete last attribute
assert layer.deleteAttribute(0)
Expand Down

0 comments on commit 082c6ba

Please sign in to comment.