mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix test
This commit is contained in:
parent
71be34bbf7
commit
6a85c8f3bb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ describe('dev/build/lib/version_info', () => {
|
|||
versionQualifier: 'beta55',
|
||||
pkg
|
||||
});
|
||||
expect(versionInfo).to.have.property('buildVersion').to.be(pkg.version + '-beta55');
|
||||
expect(versionInfo).to.have.property('buildVersion').be(pkg.version + '-beta55');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue