Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick authored and amplifi committed Aug 15, 2017
1 parent ddb1bac commit 4d9fd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadasta/questionnaires/tests/test_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def test_create_from_dict_include_accuracy_threshold(self):
assert model.gps_accuracy == 1.5

def test_create_from_dict_ingnore_accuracy_threshold(self):
"""For non-geomtrey fields accuracy should be ignored"""
"""For non-geometry fields accuracy should be ignored"""
question_dict = {
'label': 'int',
'name': 'int',
Expand Down
2 changes: 1 addition & 1 deletion cadasta/questionnaires/tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_wrong_type(self):
assert validators.validate_accuracy('Something') is False


class GpsRelevvantTest(TestCase):
class GpsRelevantTest(TestCase):
def test_gps_relevant(self):
assert validators.gps_relevant({'type': 'GP'}) is True
assert validators.gps_relevant({'type': 'IN'}) is False
Expand Down

0 comments on commit 4d9fd1e

Please sign in to comment.