From b5be8dea4273f9a64673fd99525db02527b34c84 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 10 Dec 2015 16:52:50 -0500 Subject: [PATCH] Remove duplicate test --- test/unit/helper/types.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/unit/helper/types.js b/test/unit/helper/types.js index 92848d46..37720bb5 100644 --- a/test/unit/helper/types.js +++ b/test/unit/helper/types.js @@ -3,19 +3,6 @@ var types = require('../../../helper/types'); module.exports.tests = {}; module.exports.tests.no_cleaned_types = function(test, common) { - test('no cleaned types', function(t) { - try { - types(); - t.fail('exception should be thrown'); - } - catch (err) { - t.equal(err.message, 'clean_types should not be null or undefined', 'no input should result in exception'); - } - finally { - t.end(); - } - }); - test('no cleaned types', function(t) { try { types({});