Skip to content

Commit b1289a4

Browse files
committed
Rename findCommonResultSetNames to findResultSetsToCompare
1 parent da8d32c commit b1289a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/src/compare/compare-view.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class CompareView extends AbstractWebview<
8888
currentResultSetDisplayName,
8989
fromResultSet,
9090
toResultSet,
91-
} = await this.findCommonResultSetNames(
91+
} = await this.findResultSetsToCompare(
9292
this.comparePair,
9393
selectedResultSetName,
9494
);
@@ -190,7 +190,7 @@ export class CompareView extends AbstractWebview<
190190
}
191191
}
192192

193-
private async findCommonResultSetNames(
193+
private async findResultSetsToCompare(
194194
{ from, fromSchemas, to, toSchemas }: ComparePair,
195195
selectedResultSetName: string | undefined,
196196
) {

0 commit comments

Comments
 (0)