diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-27 16:48:30 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-27 16:48:30 +0200 |
commit | 536ac1b0fe7c4a04ad144022d6394b994feccdfd (patch) | |
tree | 9189b76fcb6e4face5bcd791e6af7e91155f66b4 /tests | |
parent | 29de94f46b356bef181e8cf02d6cb3ae4ac52075 (diff) | |
download | factory-boy-536ac1b0fe7c4a04ad144022d6394b994feccdfd.tar factory-boy-536ac1b0fe7c4a04ad144022d6394b994feccdfd.tar.gz |
Fix typo.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_mongoengine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_mongoengine.py b/tests/test_mongoengine.py index 7badd43..148d274 100644 --- a/tests/test_mongoengine.py +++ b/tests/test_mongoengine.py @@ -31,7 +31,7 @@ try: except ImportError: mongoengine = None -if os.environ.get('SKIP_MONGOENGINE') == 1: +if os.environ.get('SKIP_MONGOENGINE') == '1': mongoengine = None if mongoengine: |