Skip to content

Commit

Permalink
fix: 测试
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Sep 14, 2024
1 parent 0efb1e4 commit 8a51ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/io/io_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (s *IOTestSuite) TestChownChangesOwner() {
path := "testdata/chown_test.txt"
s.NoError(Write(path, "test", 0644))

s.NoError(Chown(path, "root", "root"))
s.NoError(Chown(path, "runner", "runner"))
}

func (s *IOTestSuite) TestExistsReturnsTrueForExistingPath() {
Expand Down

0 comments on commit 8a51ee8

Please sign in to comment.