mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
test(git): change length of chunks (#2767)
This fixes one missed test in #2754 (comment). The number of chunks doubled because each commit now has metadata + data.
This commit is contained in:
parent
6cf3a25a04
commit
13bd783d2d
1 changed files with 1 additions and 1 deletions
|
@ -585,6 +585,6 @@ func TestChunkUnit(t *testing.T) {
|
|||
}, &reporter)
|
||||
assert.NoError(t, err)
|
||||
|
||||
assert.Equal(t, 11, len(reporter.Chunks))
|
||||
assert.Equal(t, 22, len(reporter.Chunks))
|
||||
assert.Equal(t, 1, len(reporter.ChunkErrs))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue