Skip to content

Commit b7177d6

Browse files
committed
fix: review update
1 parent 3fa9896 commit b7177d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/audit/docs.audit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('Documentation Link Audit', () => {
105105
jest.setTimeout(auditSet.length * 5000 + requestTimeoutMs);
106106

107107
it('should have an audit set', () => {
108-
expect(auditSet.length).toBeGreaterThan(1);
108+
expect(auditSet.length).toBeGreaterThan(0);
109109
});
110110

111111
it.each(auditSet)('link should be reachable: %s', async url => {

0 commit comments

Comments
 (0)