Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 4, 2024
1 parent 58e43df commit 38f8a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/test/ts/buildstamp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('buildstamp', () => {
foo: 'bar'
}
})
expect(result.git_repo_name).toEqual('qiwi/buildstamp')
expect(result.git_repo_name).toEqual('qiwi/buildstamp') // eslint-disable-line sonarjs/no-duplicate-string
expect(result.foo).toEqual('bar')
})

Expand Down

0 comments on commit 38f8a4b

Please sign in to comment.