mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixed jshint issue in mapper tests
This commit is contained in:
parent
7fbe8e1ef7
commit
f916010212
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ define(function (require) {
|
|||
mapper.getFields(source, function (err, mapping) {
|
||||
mapper.getFieldMapping(source, 'foo.bar', function (err, field) {
|
||||
expect(field.type).to.be('string');
|
||||
mapper.ignoreFields(source, 'foo.bar', function(err, mapping) {
|
||||
mapper.ignoreFields(source, 'foo.bar', function (err, mapping) {
|
||||
expect(mapping['foo.bar'].type).to.be('ignore');
|
||||
done();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue