Fix minor typos in svc_test

This commit is contained in:
Phil Davis
2020-10-09 16:14:42 +05:45
parent d41844767d
commit 79ded27431
+2 -2
View File
@@ -525,7 +525,7 @@ func TestCreateUser(t *testing.T) {
nil,
},
// User withoutl password
// User without password
// https://github.com/owncloud/ocis/ocs/issues/50
{
User{
@@ -1786,7 +1786,7 @@ func TestRemoveUserFromGroup(t *testing.T) {
}
// Issue: https://github.com/owncloud/ocis-ocs/issues/59 - cloud/capabilities endpoint not implemented
func TestCapablilities(t *testing.T) {
func TestCapabilities(t *testing.T) {
for _, ocsVersion := range ocsVersions {
for _, format := range formats {
formatpart := getFormatString(format)