Skip to content

Commit d527647

Browse files
author
Cary Hu
committed
fix some warning
1 parent 7322a66 commit d527647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/issueTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ export const issueTests: {
609609
logger.expectNoOtherMessages();
610610
},
611611

612-
gh1994(project, logger) {
613-
const case1 = query(project, "Collection.case1");
612+
gh1994(_project, logger) {
613+
// const case1 = query(project, "Collection.case1");
614614
// TODO: I don't know how to add test case for this case
615615
// and I added a test simple file in 'issues' folder.
616616
// But I don't know how to test it.

0 commit comments

Comments
 (0)