Skip to content

Commit 88d12ee

Browse files
committed
Fix wrongly named test
1 parent 5dbb24a commit 88d12ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server/lib/DocApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ describe('DocApi', function () {
276276

277277
after(() => tearDown(proxy, [home, docs]));
278278

279-
it('should succeed to compare docs', async function () {
279+
it('should fail to compare docs', async function () {
280280
const promise = testCompareDocs(proxy, home);
281281
await assert.isRejected(promise, /TestServerReverseProxy: called public URL/);
282282
});

0 commit comments

Comments
 (0)