Skip to content

Commit

Permalink
fix typo in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Aug 8, 2024
1 parent 5a7e9aa commit 5fbe691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('Storage', () => {
expect(body[0].encryptedProfileLocation).toEqual('123');
expect(body.length).toBe(1);
});
it('can add update existing conversation with encryptedProfileLocation', async () => {
it('can update existing conversation with encryptedProfileLocation', async () => {
const aliceId = 'alice.eth';

const { status } = await request(app)
Expand Down

0 comments on commit 5fbe691

Please sign in to comment.