Skip to content

Commit 277bcad

Browse files
committed
fix name for test
1 parent 3a52bb5 commit 277bcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/type/unit/Unit.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ describe('Unit', function () {
10881088
assert.strictEqual(unitM.value, n1 * n2 * 3600)
10891089
})
10901090

1091-
it('should be able to combine W and h into Wh', function () {
1091+
it('should be able to combine W and h into J', function () {
10921092
// by default, this converts to J, due to the default unit system using J for ENERGY
10931093
const n1 = 2
10941094
const n2 = 3

0 commit comments

Comments
 (0)