mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(server): introduce user friendly server errors (#7111)
This commit is contained in:
@@ -356,7 +356,7 @@ test('should throw if user has subscription already', async t => {
|
||||
redirectUrl: '',
|
||||
idempotencyKey: '',
|
||||
}),
|
||||
{ message: "You've already subscribed to the pro plan" }
|
||||
{ message: 'You have already subscribed to the pro plan.' }
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user