Skip to content

Commit ea2f86f

Browse files
committed
fix: fixed dup test title
1 parent 7845fb2 commit ea2f86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ for (const host of [
229229
'microsoft.com'
230230
]) {
231231
// test seems to be broken on GitHub CI (maybe due to IPv6 setup?)
232-
test.todo('setDefaultResultOrder');
232+
test.todo(`setDefaultResultOrder with ${host}`);
233233
/*
234234
test(`setDefaultResultOrder with ${host}`, async (t) => {
235235
const tangerine = new Tangerine({ cache: false });

0 commit comments

Comments
 (0)