Skip to content

Commit

Permalink
Fixing issues before release 0.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 17, 2024
1 parent 5118750 commit 0ed0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/trackCodeFlow/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe('trackCodeFlow', () => {
});
const actual = fmtDiagnostics(diagnostics);
const expected = [
`11:1001:Cannot find name 'one'`,
`11:1140:Cannot find function 'one'`,
`11:LINT1001:Using uninitialised variable 'one' when this file is included in scope 'source'`
];
expect(actual).deep.equal(expected);
Expand Down

0 comments on commit 0ed0693

Please sign in to comment.