mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 16:39:46 -05:00
Address feedback
This commit is contained in:
@@ -2768,7 +2768,7 @@ namespace FourSlashInterface {
|
||||
this.state.verifyCompletionListItemsCountIsGreaterThan(count, this.negative);
|
||||
}
|
||||
|
||||
public assertRangesEmpty(ranges: FourSlash.Range[]) {
|
||||
public assertHasRanges(ranges: FourSlash.Range[]) {
|
||||
assert(ranges.length !== 0, "Array of ranges is expected to be non-empty");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user