forked from kevadesu/forgejo
Fix linting issues
This commit is contained in:
parent
674689af4a
commit
fe18428806
34 changed files with 64 additions and 69 deletions
|
@ -444,7 +444,7 @@ func TestViewRepoDirectory(t *testing.T) {
|
|||
repoSummary := htmlDoc.doc.Find(".repository-summary")
|
||||
|
||||
repoFilesTable := htmlDoc.doc.Find("#repo-files-table")
|
||||
assert.NotZero(t, len(repoFilesTable.Nodes))
|
||||
assert.NotEmpty(t, repoFilesTable.Nodes)
|
||||
|
||||
assert.Zero(t, description.Length())
|
||||
assert.Zero(t, repoTopics.Length())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue