File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1399,17 +1399,17 @@ func TestGit(t *testing.T) {
1399
1399
as .NoError (os .Remove (filepath .Join (tempDir , "nixpkgs.toml" )))
1400
1400
1401
1401
// walk with filesystem instead of with git
1402
- // the .git folder contains 50 additional files
1402
+ // the .git folder contains 51 additional files
1403
1403
// when added to the 32 we started with (34 minus nixpkgs.toml which we removed from the filesystem), we should
1404
- // traverse 82 files.
1404
+ // traverse 83 files.
1405
1405
treefmt (t ,
1406
1406
withArgs ("--walk" , "filesystem" ),
1407
1407
withConfig (configPath , cfg ),
1408
1408
withNoError (t ),
1409
1409
withStats (t , map [stats.Type ]int {
1410
- stats .Traversed : 82 ,
1411
- stats .Matched : 82 ,
1412
- stats .Formatted : 50 , // the echo formatter should only be applied to the new files
1410
+ stats .Traversed : 83 ,
1411
+ stats .Matched : 83 ,
1412
+ stats .Formatted : 51 , // the echo formatter should only be applied to the new files
1413
1413
stats .Changed : 0 ,
1414
1414
}),
1415
1415
)
You can’t perform that action at this time.
0 commit comments