Update backend/src/util/decay.test.ts

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Ulf Gebhardt 2021-10-04 10:28:04 +02:00 committed by GitHub
parent 3487a2e232
commit 338a2e8f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ describe('utils/decay', () => {
const seconds = 1
expect(await decayFormula(amount, seconds)).toBe(0.99999997802044727)
})
// Not sure if the following skiped tests make sence!?
it.skip('has negative decay?', async () => {
const amount = -1.0
const seconds = 1