Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Dec 14, 2020
1 parent f4f39e6 commit cab7e92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
expectSnapshot(values).toMatchInline(`
Object {
"cpuUsage": Object {
"value": 0.033,
"value": 0.0120166666666667,
},
"errorRate": Object {
"value": 0.16,
Expand Down Expand Up @@ -192,7 +192,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
expectSnapshot(values).toMatchInline(`
Object {
"cpuUsage": Object {
"value": 0.235616666666667,
"value": 0.00111666666666667,
},
"errorRate": Object {
"value": 0.0373134328358209,
Expand Down

0 comments on commit cab7e92

Please sign in to comment.