Skip to content

Commit 126578e

Browse files
Peter HaugeCopilot
andcommitted
fix: remove unused variable in workspace sub-filter test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 28b787d commit 126578e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/services/workspace-extractor.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ describe('workspace-extractor', () => {
206206

207207
it('should apply workspace sub-filter to limit extracted resources', async () => {
208208
const client = createMockClient();
209-
const listedTypes: ResourceType[] = [];
210209
client.listResources = async function* (_ctx: ApimServiceContext, type: ResourceType) {
211-
listedTypes.push(type);
212210
if (type === ResourceType.NamedValue) {
213211
yield { name: 'ws-nv-1', properties: {} };
214212
yield { name: 'ws-nv-2', properties: {} };

0 commit comments

Comments
 (0)