Skip to content

Commit

Permalink
Fixing tests... rounding issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Feb 26, 2020
1 parent 0096e3f commit 13347c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/api_integration/apis/infra/waffle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default function({ getService }: FtrProviderContext) {
name: 'cpu',
value: 0.0032,
max: 0.0038333333333333336,
avg: 0.002794444444444445,
avg: 0.002794444444444444,
});
const secondNode = nodes[1];
expect(secondNode).to.have.property('path');
Expand All @@ -293,7 +293,7 @@ export default function({ getService }: FtrProviderContext) {
name: 'cpu',
value: 0.0032,
max: 0.0038333333333333336,
avg: 0.002794444444444445,
avg: 0.002794444444444444,
});
}
});
Expand Down

0 comments on commit 13347c1

Please sign in to comment.