Skip to content

Commit

Permalink
Update xmppserver/src/test/java/org/jivesoftware/openfire/pubsub/Cach…
Browse files Browse the repository at this point in the history
…ingPubsubPersistenceProviderAffiliationOperationsTest.java

Co-authored-by: Dan Caseley <[email protected]>
  • Loading branch information
guusdk and Fishbowler authored Feb 7, 2025
1 parent 9534812 commit a72cc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public void testDeleteAffiliationAfterCreateDifferentAffiliation() throws Except
* attempts to update two different affiliations (with a different user but same node).
*
* As these operations relate to two different affiliations, the caching provider MUST NOT optimize these two
* operations (where the 'net effect' of them is to have no operation).
* operations (where the 'net effect' of them would be to have one operation).
*
* Therefor, this test asserts that after both invocations, two operations are scheduled.
*/
Expand Down

0 comments on commit a72cc70

Please sign in to comment.