Skip to content

Commit

Permalink
Update sysmanager_linux_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
house-lee committed Feb 12, 2025
1 parent a1a6c03 commit c639133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sysutil/sysmanager_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestSysManager_ReadFileOfUser(t *testing.T) {
user: &User{UID: 123},
},
want: nil,
wantErr: ErrOpenFileFailed,
wantErr: ErrFileNotFound,
},
{
name: "return ErrUnexpected if failed to stat file",
Expand Down

0 comments on commit c639133

Please sign in to comment.