Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
Bryan MacFarlane committed Mar 28, 2020
1 parent 7837b03 commit 5156bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/setup-go.test.ts
Expand Up @@ -367,7 +367,7 @@ describe('setup-go', () => {
expect(annotation.column).toBe(2);
expect(annotation.file).toBe('../main.go');
expect(annotation.message).toBe('undefined: fmt.Printl');
});
});

it('matches on rooted unix path', async () => {
let line = '/assert.go:4:1: missing return at end of function';
Expand Down Expand Up @@ -407,7 +407,7 @@ describe('setup-go', () => {
expect(annotation.column).toBe(2);
expect(annotation.file).toBe('..\\main.go');
expect(annotation.message).toBe('undefined: fmt.Printl');
});
});

// 1.13.1 => 1.13.1
// 1.13 => 1.13.0
Expand Down

0 comments on commit 5156bc5

Please sign in to comment.