mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-20 10:04:53 +00:00
🧪 Test: Update assertions to reflect HTML-formatted descriptions and strict boolean casting
This commit is contained in:
@@ -144,7 +144,7 @@ it('can update no email preference', function () {
|
||||
->set('no', true)
|
||||
->assertSet('showEmail', false);
|
||||
|
||||
expect($pleb->fresh()->no_email)->toBeTrue();
|
||||
expect((bool) $pleb->fresh()->no_email)->toBeTrue();
|
||||
});
|
||||
|
||||
it('can save membership application', function () {
|
||||
|
||||
Reference in New Issue
Block a user