Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nodivbyzero committed Jan 23, 2024
1 parent 0e1a027 commit ed0da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbing/object/patch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ func (s *PatchSuite) TestFileStatsString(c *C) {

for _, tc := range testCases {
c.Log("Executing test cases:", tc.description)
c.Assert(tc.input.String(), Equals, tc.expected)
c.Assert(printStat(tc.input), Equals, tc.expected)
}
}

0 comments on commit ed0da29

Please sign in to comment.