Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Dec 5, 2015
1 parent 8010a2d commit cd66bf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mongolog/tests.py
Expand Up @@ -229,9 +229,6 @@ def test_logstructure_simple(self):
set(['_id', 'exception', 'name', 'thread', 'time', 'process', 'level', 'msg', 'path', 'module', 'line', 'func', 'filename'])
)

from mongolog.test_exceptions import test_valueError
test_valueError()


def test_debug_verbose(self):
self.handler.set_record_type(MongoLogHandler.VERBOSE)
Expand Down

0 comments on commit cd66bf7

Please sign in to comment.