Skip to content

Commit

Permalink
Fix baseline file name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Apr 24, 2019
1 parent 3e30a7c commit eff3960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harness/fourslash.ts
Expand Up @@ -1417,7 +1417,7 @@ Actual: ${stringify(fullActual)}`);
}

public baselineCurrentFileBreakpointLocations() {
const baselineFile = this.getBaselineFileName().replace(this.basePath + "/breakpointValidation", "bpSpan");
const baselineFile = this.getBaselineFileName().replace("breakpointValidation", "bpSpan");
Harness.Baseline.runBaseline(baselineFile, this.baselineCurrentFileLocations(pos => this.getBreakpointStatementLocation(pos)!));
}

Expand Down

0 comments on commit eff3960

Please sign in to comment.