Skip to content

Commit

Permalink
change beforeEach to beforeAll in changeProfilePicture test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfollmann committed Aug 12, 2022
1 parent 42cf8c7 commit 6733805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/domain/use-cases/change-profile-picture.spec.ts
Expand Up @@ -18,7 +18,7 @@ describe('ChangeProfilePicture', () => {
let userProfileRepo: MockProxy<SaveUserPicture & LoadUserProfile>
let sut: ChangeProfilePicture

beforeEach(() => {
beforeAll(() => {
uuid = 'any_unique_id'
buffer = Buffer.from('any_buffer')
mimeType = 'image/png'
Expand Down

0 comments on commit 6733805

Please sign in to comment.