Skip to content

Commit 20b9cbd

Browse files
authored
fix(test): remove query (#227)
1 parent c42de29 commit 20b9cbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/github.test.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('github.mjs', () => {
136136
{
137137
advanced_search: true,
138138
per_page: 1,
139-
q: 'is:open in:title repo:"nodejs/node" "Node.js Meeting 2025-01-15"',
139+
q: 'in:title repo:"nodejs/node" "Node.js Meeting 2025-01-15"',
140140
},
141141
],
142142
]);
@@ -188,7 +188,7 @@ describe('github.mjs', () => {
188188
{
189189
advanced_search: true,
190190
per_page: 1,
191-
q: 'is:open in:title repo:"nodejs/node" "Test"',
191+
q: 'in:title repo:"nodejs/node" "Test"',
192192
},
193193
],
194194
]);
@@ -209,7 +209,7 @@ describe('github.mjs', () => {
209209
{
210210
advanced_search: true,
211211
per_page: 1,
212-
q: 'is:open in:title repo:"nodejs/node" "Test"',
212+
q: 'in:title repo:"nodejs/node" "Test"',
213213
},
214214
],
215215
]);

0 commit comments

Comments
 (0)