From f46713c41eac2b3c64e8fd12d5b7c20417ce42a3 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 11 Apr 2026 20:45:56 -0400 Subject: [PATCH] fix(test): remove query --- test/github.test.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/github.test.mjs b/test/github.test.mjs index 54b64b9..fc02f5e 100644 --- a/test/github.test.mjs +++ b/test/github.test.mjs @@ -136,7 +136,7 @@ describe('github.mjs', () => { { advanced_search: true, per_page: 1, - q: 'is:open in:title repo:"nodejs/node" "Node.js Meeting 2025-01-15"', + q: 'in:title repo:"nodejs/node" "Node.js Meeting 2025-01-15"', }, ], ]); @@ -188,7 +188,7 @@ describe('github.mjs', () => { { advanced_search: true, per_page: 1, - q: 'is:open in:title repo:"nodejs/node" "Test"', + q: 'in:title repo:"nodejs/node" "Test"', }, ], ]); @@ -209,7 +209,7 @@ describe('github.mjs', () => { { advanced_search: true, per_page: 1, - q: 'is:open in:title repo:"nodejs/node" "Test"', + q: 'in:title repo:"nodejs/node" "Test"', }, ], ]);