Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
varna committed Nov 4, 2019
1 parent 83481c4 commit 1297a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ describe('Weight units', () => {
})

test('qr', () => {
const measure = new Measure(12.70058636)
const measure = new Measure(11.33980925)
const res = measure.to('qr')
expect(String(res)).toBe('1 qr')
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.3",
"version": "3.3.1",
"name": "measure-ts",
"description": "Convert or print measurement units units: length, area, volume and weight",
"author": {
Expand Down

0 comments on commit 1297a0b

Please sign in to comment.