mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
misread the line and thought I was helping
This commit is contained in:
parent
7363c1e13d
commit
0917ba213c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ define(function (require) {
|
|||
|
||||
var methods = 'max,min,eq,is,lt,lte,gt,gte'.split(',');
|
||||
describe('methods', function () {
|
||||
it('should have ' + methods.join(', ') + ' method', function () {
|
||||
it('should have ' + methods.join(', ') + ' methods', function () {
|
||||
_.each(methods, function (method) {
|
||||
expect(versionmath[method]).to.be.a(Function);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue