Skip to content

Commit 8dc11dd

Browse files
committed
chore: update test description
1 parent 8dbd70f commit 8dc11dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-proxy-support/src/system-ca.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Dfvp7OOGAN6dEOM4+qR9sdjoSYKEBpsr6GtPAQw4dy753ec5
8787
});
8888

8989
describe('sortByExpirationDate', function () {
90-
it('pushes all expired certs to the bottom', function () {
90+
it('sorts certs by expiration date in descending order (higher expiration date on top)', function () {
9191
const mockCerts = [
9292
{
9393
serialNumber: '01',

0 commit comments

Comments
 (0)