Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/__mocks__/exception-table-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
[
"2000",
"\u001b[32mactive\u001b[0m",
"\u001b[31mWed, 02 Jan 2030 00:00:00 GMT\u001b[0m",
"\u001b[31mSun, 02 Jan 2050 00:00:00 GMT\u001b[0m",
""
],
[
"2001",
"\u001b[32mactive\u001b[0m",
"\u001b[31mTue, 01 Jan 2030 00:00:00 GMT\u001b[0m",
"\u001b[31mSat, 01 Jan 2050 00:00:00 GMT\u001b[0m",
""
],
[
Expand Down
4 changes: 2 additions & 2 deletions test/__mocks__/nsprc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"expiry": 1640966400000
},
"2000": {
"expiry": "2030-01-02"
"expiry": "2050-01-02"
},
"2001": {
"expiry": "2030-01-01"
"expiry": "2050-01-01"
},
"2100": "Unused",
"CWE-126": "CWE ID",
Expand Down
Loading