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:
@@ -105,7 +105,7 @@ it('updates project proposal successfully', function () {
|
||||
|
||||
$this->project->refresh();
|
||||
expect($this->project->name)->toBe('Updated Name');
|
||||
expect($this->project->description)->toBe('Updated Description');
|
||||
expect($this->project->description)->toBe('<p>Updated Description</p>');
|
||||
});
|
||||
|
||||
it('saves accepted and sats_paid when admin updates', function () {
|
||||
|
||||
Reference in New Issue
Block a user