Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Apr 27, 2015
1 parent 29de94f commit 536ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mongoengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except ImportError:
mongoengine = None

if os.environ.get('SKIP_MONGOENGINE') == 1:
if os.environ.get('SKIP_MONGOENGINE') == '1':
mongoengine = None

if mongoengine:
Expand Down

0 comments on commit 536ac1b

Please sign in to comment.