diff --git a/test/type_date.coffee b/test/type_date.coffee index 6d28d4b..f8f3fd6 100644 --- a/test/type_date.coffee +++ b/test/type_date.coffee @@ -104,4 +104,4 @@ describe 'type date', -> Records.get records[0].record_id, (err, record) -> should.not.exist err record.a_date.getTime().should.eql date.getTime() - next() + Records.clear next