correct volume unit

This commit is contained in:
Worty
2018-07-27 16:26:04 +02:00
parent 715c82b67b
commit 895b4b40ee
2 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ describe('duration', function() {
describe('volume', function() {
it('1000m3', function() {
var str = kbn.valueFormats['m3'](1000, 1, null);
expect(str).toBe('1000.0 m3');
expect(str).toBe('1000.0 m³');
});
});