Skip to content

Commit

Permalink
Remove auto-formatted file from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
emlyn-arkahna committed Oct 25, 2021
1 parent 16fa68a commit 5220a3d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions __tests__/issue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ test('output message with line and column number', () => {
4
)

expect(issue.output()).toBe(
'"Using directive is not required by the code and can be safely removed" on /home/runner/work/ReShaperInspectionInCI/ReShaperInspectionInCI/ReShaperInspectionInCI/Controllers/WeatherForecastController.cs(4,67)'
)
expect(issue.output()).toBe('"Using directive is not required by the code and can be safely removed" on /home/runner/work/ReShaperInspectionInCI/ReShaperInspectionInCI/ReShaperInspectionInCI/Controllers/WeatherForecastController.cs(4,67)')
})

test('output message without line and column number', () => {
Expand All @@ -24,7 +22,5 @@ test('output message without line and column number', () => {
'warning'
)

expect(issue.output()).toBe(
'"Using directive is not required by the code and can be safely removed" on /home/runner/work/ReShaperInspectionInCI/ReShaperInspectionInCI/ReShaperInspectionInCI/Program.cs'
)
expect(issue.output()).toBe('"Using directive is not required by the code and can be safely removed" on /home/runner/work/ReShaperInspectionInCI/ReShaperInspectionInCI/ReShaperInspectionInCI/Program.cs')
})

0 comments on commit 5220a3d

Please sign in to comment.