Skip to content

Commit

Permalink
[aws] feat: User Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Aug 18, 2024
1 parent 753a9b0 commit a0a5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/integration/users.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Get Users', () => {
});
});

describe.only('Get user', () => {
describe('Get user', () => {
test('GET user info for existing user', async () => {
prisma.user.findFirst.mockResolvedValue({
id: 'ccf89a7e-b941-4f17-bbe0-4e0c8b2cd272',
Expand Down

0 comments on commit a0a5b0e

Please sign in to comment.