Update frontend/src/components/SessionLogoutTimeout.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
mahula 2022-07-13 15:36:15 +02:00 committed by GitHub
parent b2164e6d1d
commit 1d1cc7e960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ describe('SessionLogoutTimeout', () => {
wrapper = Wrapper()
})
it('value for remaining seconds is 0', () => {
it('has value for remaining seconds equal 0', () => {
expect(wrapper.tokenExpiresInSeconds === 0)
})