Skip to content

Commit

Permalink
Fix tests for linear expected lifespan
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan <[email protected]>
  • Loading branch information
gnanakeethan committed Aug 24, 2023
1 parent 642013b commit 7706abd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lib/boavizta.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ describe('cpu:initialize with params', () => {
},
])
).resolves.toStrictEqual([
{m: 0.905, e: 0.25},
{m: 0.00377, e: 0.0007702777777777777},
{m: 0.00377, e: 0.000439},
{m: 0.00377, e: 0.0014238333333333332},
{m: 0.678, e: 0.25},
{m: 0.00283, e: 0.0007702777777777777},
{m: 0.00283, e: 0.000439},
{m: 0.00283, e: 0.0014238333333333332},
]);
});
});
Expand Down Expand Up @@ -139,10 +139,10 @@ describe('cloud:initialize with params', () => {
},
])
).resolves.toStrictEqual([
{m: 0.008, e: 0.00008374722222222223},
{m: 0.008, e: 0.00006074166666666666},
{m: 0.008, e: 0.00004233888888888889},
{m: 0.008, e: 0.00011007222222222222},
{m: 0.004, e: 0.00008374722222222223},
{m: 0.004, e: 0.00006074166666666666},
{m: 0.004, e: 0.00004233888888888889},
{m: 0.004, e: 0.00011007222222222222},
]);
});

Expand Down

0 comments on commit 7706abd

Please sign in to comment.