1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-16 23:55:46 +01:00

fix unit tests

This commit is contained in:
koalyptus 2018-12-31 13:52:15 +11:00
commit 8b09b6feab
10 changed files with 1102 additions and 1078 deletions

View file

@ -279,7 +279,7 @@
tf.filter();
// assert
deepEqual(tf.getValidRows().length, 8, 'Expected rows');
deepEqual(tf.getValidRows().length, 7, 'Expected rows');
});
module('Locale helpers');