From 2cbf58081684bb1f887d76026282ed1e1525f05b Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sun, 20 Sep 2015 22:38:36 +1000 Subject: [PATCH] Fixed typo in test load filters on demand --- test/test-load-filters-on-demand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-load-filters-on-demand.js b/test/test-load-filters-on-demand.js index 167f46ba..77ea1c90 100644 --- a/test/test-load-filters-on-demand.js +++ b/test/test-load-filters-on-demand.js @@ -25,7 +25,7 @@ function buildChecklist(tf, colIdx){ module('Sanity checks'); -test('Selet type filters exist', function() { +test('Select type filters exist', function() { deepEqual(tf.loadFltOnDemand, true, 'loadFltOnDemand property'); notEqual(flt1, null, 'Filter 1 element exists'); notEqual(flt2, null, 'Filter 2 element exists');