Skip to content

Commit f7d7db3

Browse files
committed
fix linux test
1 parent cadb1cb commit f7d7db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/prompts/test/node/promptPathRepresentationServiceNode.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('PromptPathRepresentationServiceNode', () => {
124124
});
125125
});
126126
} else {
127-
test('nothing', () => {
127+
it('nothing', () => {
128128
// avoid failing on posix
129129
});
130130
}

0 commit comments

Comments
 (0)