mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
use unsigned integer in test and fix CI/linter complaint
This commit is contained in:
parent
dd765801db
commit
de8dc935a3
3 changed files with 4 additions and 4 deletions
|
@ -230,7 +230,7 @@ func TestCommitShowCmdObj(t *testing.T) {
|
|||
type scenario struct {
|
||||
testName string
|
||||
filterPath string
|
||||
contextSize int
|
||||
contextSize uint64
|
||||
similarityThreshold int
|
||||
ignoreWhitespace bool
|
||||
extDiffCmd string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue