msc3861: ++

This commit is contained in:
Roman Isaev 2025-02-12 18:01:33 +00:00
parent fd52c7eb1f
commit ff2ba0313a
No known key found for this signature in database
GPG key ID: 7BE2B6A6C89AEC7F
3 changed files with 4 additions and 3 deletions

View file

@ -1562,7 +1562,7 @@ func TestAdminCheckUsernameAvailable(t *testing.T) {
}
// Nothing more to check, test is done.
if tc.wantOK {
if !tc.wantOK {
return
}