Better caldav support (#73)
This commit is contained in:
@ -166,6 +166,8 @@ func TestLabelTask_Create(t *testing.T) {
|
||||
a: &User{ID: 1},
|
||||
},
|
||||
wantForbidden: true,
|
||||
wantErr: true,
|
||||
errType: IsErrListTaskDoesNotExist,
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
|
Reference in New Issue
Block a user