Skip to content

Commit

Permalink
Merge pull request #32 from Zherphy/add-default-token
Browse files Browse the repository at this point in the history
edit: edit github_test.go
  • Loading branch information
Zherphy authored Nov 29, 2024
2 parents df60682 + b4af2e3 commit 005f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/gitee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (s *SuiteGitee) TestCheckRepoOwner() {
Owner: s.Owner,
}
err := CheckRepoOwner(userInRepo)
assert.Nil(s.T(), err)
assert.NotNil(s.T(), err)

// check no_exist repo
userInRepo = UserInRepo{
Expand Down

0 comments on commit 005f6c6

Please sign in to comment.