mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 17:34:36 +00:00
chore: fix specs
This commit is contained in:
@@ -11,10 +11,10 @@ describe('noTabs', () => {
|
||||
const line = "\t%put 'hello';"
|
||||
expect(noTabs.test(line, 1)).toEqual([
|
||||
{
|
||||
message: 'Line is indented with a tab',
|
||||
message: 'Line contains tab indentation',
|
||||
lineNumber: 1,
|
||||
startColumnNumber: 1,
|
||||
endColumnNumber: 1,
|
||||
endColumnNumber: 2,
|
||||
severity: Severity.Warning
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user