chore(project): fmt

This commit is contained in:
kolaente 2023-01-12 16:13:31 +01:00
parent 82bcc726a8
commit ae9668b3c3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 89 additions and 92 deletions

View File

@ -92,8 +92,6 @@ func TestArchived(t *testing.T) {
t: t,
}
t.Run("project", func(t *testing.T) {
taskTests := func(taskID string, errCode int, t *testing.T) {
t.Run("task", func(t *testing.T) {
t.Run("edit task", func(t *testing.T) {
@ -193,5 +191,4 @@ func TestArchived(t *testing.T) {
taskTests("36", models.ErrCodeProjectIsArchived, t)
})
})
}