Skip to content

Commit

Permalink
test(volume): update alias for acre-foot
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Dec 21, 2020
1 parent 651d731 commit 6053546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conversions/volume.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {convertAssert} from '../util';
describe('volume', () => {
convertAssert(1, 'cubic kilometre', 0.24, 'cu mi', true);
convertAssert(1, 'cubic metre', 1, 'cubic metre');
convertAssert(1, 'acre foot', 1233.48183754752, 'm3', true);
convertAssert(1, 'acre-foot', 1233.48183754752, 'm3', true);
convertAssert(1, 'cubic mile', 4.2, 'km3');
convertAssert(1, 'gigalitre', 1e9, 'liter');
convertAssert(1000, 'liter', 1, 'm3');
Expand Down

0 comments on commit 6053546

Please sign in to comment.