mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 20:53:05 -04:00
groupware: fix test logic error in the JMAP ws integration test
This commit is contained in:
@@ -230,7 +230,7 @@ func TestWs(t *testing.T) {
|
||||
slices.Sort(emailIds)
|
||||
b := make([]string, len(changes.Destroyed))
|
||||
copy(b, changes.Destroyed)
|
||||
slices.Sort(changes.Destroyed)
|
||||
slices.Sort(b)
|
||||
require.EqualValues(a, b)
|
||||
}
|
||||
require.Empty(changes.Updated)
|
||||
|
||||
Reference in New Issue
Block a user