From 5156bc5dd3c2247e81d9e1ec143374c2684672ae Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Fri, 27 Mar 2020 20:21:13 -0400 Subject: [PATCH] lint --- __tests__/setup-go.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index adb2c66..59ae40e 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -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'; @@ -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