1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-09 01:46:40 +02:00

Fixed typo in test load filters on demand

This commit is contained in:
Max Guglielmi 2015-09-20 22:38:36 +10:00
parent c90ee239df
commit 2cbf580816

View file

@ -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');