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:
@@ -90,7 +90,7 @@ it('creates project proposal successfully', function () {
|
||||
expect(ProjectProposal::count())->toBe(1);
|
||||
$project = ProjectProposal::first();
|
||||
expect($project->name)->toBe('Test Project');
|
||||
expect($project->description)->toBe('This is a test project for unit testing purposes.');
|
||||
expect($project->description)->toBe('<p>This is a test project for unit testing purposes.</p>');
|
||||
});
|
||||
|
||||
it('associates project proposal with current pleb', function () {
|
||||
|
||||
Reference in New Issue
Block a user