Skip to content

Commit cae98a1

Browse files
Peter HaugeCopilot
andcommitted
fix: resolve workspace-extractor test merge conflict
The rebase onto main left expectedCallSequence defined but unused — main's refactored assertion uses expectedTypes with deduplication. Renamed the variable and removed the duplicate NamedValue entry that conflicts with the firstSeenInOrder filter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ce192ae commit cae98a1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ describe('workspace-extractor', () => {
5858
client, store, testContext, '/output', filter
5959
);
6060

61-
const expectedCallSequence = [
61+
const expectedTypes = [
6262
ResourceType.NamedValue,
6363
ResourceType.Tag,
6464
ResourceType.Backend,
65-
// Logger extraction preloads NamedValue display names for placeholder normalization.
66-
ResourceType.NamedValue,
6765
ResourceType.Logger,
6866
ResourceType.Group,
6967
ResourceType.Diagnostic,

0 commit comments

Comments
 (0)