Skip to content

Commit 3bc3c4a

Browse files
author
martgil
committed
test: fix failing test
1 parent 3f448d2 commit 3bc3c4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/source/tests/unit-node.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,8 +1638,8 @@ ZAvn6PBX7vsaReOVa2zsnuY5g70xCxvzHIwR94POu5cENwRtCkrppFnISALpQ1kA
16381638
expect(result.get('SK 0 > SIG 0 > Sig creation time')).to.equal('[-] 1606140328 or 2020-11-23T14:05:28.000Z');
16391639
expect(result.get('SK 0 > SIG 0 > Sig expiration time')).to.equal('[-] -');
16401640
expect(result.get('SK 0 > SIG 0 > Verify')).to.equal('[-] valid');
1641-
expect(result.get('expiration')).to.equal('[-] undefined');
1642-
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] undefined');
1641+
expect(result.get('expiration')).to.equal('[-] -');
1642+
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] -');
16431643
expect(result.get('internal usableForEncryptionButExpired')).to.equal('[-] false');
16441644
expect(result.get('internal usableForSigningButExpired')).to.equal('[-] false');
16451645
t.pass();
@@ -1676,8 +1676,8 @@ ZAvn6PBX7vsaReOVa2zsnuY5g70xCxvzHIwR94POu5cENwRtCkrppFnISALpQ1kA
16761676
expect(result.get('SK 0 > SIG 0 > Sig creation time')).to.equal('[-] 1606140328 or 2020-11-23T14:05:28.000Z');
16771677
expect(result.get('SK 0 > SIG 0 > Sig expiration time')).to.equal('[-] -');
16781678
expect(result.get('SK 0 > SIG 0 > Verify')).to.equal('[-] valid');
1679-
expect(result.get('expiration')).to.equal('[-] undefined');
1680-
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] undefined');
1679+
expect(result.get('expiration')).to.equal('[-] -');
1680+
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] -');
16811681
expect(result.get('internal usableForEncryptionButExpired')).to.equal('[-] false');
16821682
expect(result.get('internal usableForSigningButExpired')).to.equal('[-] false');
16831683
t.pass();
@@ -1983,8 +1983,8 @@ jA==
19831983
expect(result.get('SK 0 > SIG 0 > Sig creation time')).to.equal('[-] 1606140328 or 2020-11-23T14:05:28.000Z');
19841984
expect(result.get('SK 0 > SIG 0 > Sig expiration time')).to.equal('[-] -');
19851985
expect(result.get('SK 0 > SIG 0 > Verify')).to.equal('[-] valid');
1986-
expect(result.get('expiration')).to.equal('[-] undefined');
1987-
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] undefined');
1986+
expect(result.get('expiration')).to.equal('[-] -');
1987+
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] -');
19881988
expect(result.get('internal usableForEncryptionButExpired')).to.equal('[-] false');
19891989
expect(result.get('internal usableForSigningButExpired')).to.equal('[-] false');
19901990
t.pass();
@@ -2021,8 +2021,8 @@ jA==
20212021
expect(result.get('SK 0 > SIG 0 > Sig creation time')).to.equal('[-] 1611500699 or 2021-01-24T15:04:59.000Z');
20222022
expect(result.get('SK 0 > SIG 0 > Sig expiration time')).to.equal('[-] -');
20232023
expect(result.get('SK 0 > SIG 0 > Verify')).to.equal('[-] valid');
2024-
expect(result.get('expiration')).to.equal('[-] undefined');
2025-
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] undefined');
2024+
expect(result.get('expiration')).to.equal('[-] -');
2025+
expect(result.get('internal dateBeforeExpiration')).to.equal('[-] -');
20262026
expect(result.get('internal usableForEncryptionButExpired')).to.equal('[-] false');
20272027
expect(result.get('internal usableForSigningButExpired')).to.equal('[-] false');
20282028
t.pass();

0 commit comments

Comments
 (0)