Skip to content

Commit cf8d609

Browse files
committed
Update test
1 parent 8ed6655 commit cf8d609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const isBufferEqual = (buff1, buff2) => buff1.length === buff2.length
1414
describe('browserless', () => {
1515
describe('.html', () => {
1616
it('get full HTML from a link', async () => {
17-
const html = await browserless.html('https://google.com')
17+
const html = await browserless.html('https://example.com')
1818
should(html.includes('DOCTYPE')).be.true()
1919
})
2020
})

0 commit comments

Comments
 (0)