Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Dec 9, 2024
1 parent a5086e9 commit 54e9ebf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ describe('NewPledgeComponent', () => {

const displayedMessage = find('.success-message');

expect(displayedMessage.nativeElement.textContent).toContain('Success! 5 GB of Permanent storage has been added to your account.');
expect(displayedMessage.nativeElement.textContent).toContain(
'Success! 5 GB of Permanent storage has been added to your account.',
);
});
});

0 comments on commit 54e9ebf

Please sign in to comment.