Skip to content

Commit

Permalink
fix: profile-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mdansarijaved authored Oct 10, 2024
1 parent 272e086 commit 41229db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/components/profile-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ module('Integration | Component | profile-component', function (hooks) {
setupRenderingTest(hooks);

test('button appearance based on isDev property', async function (assert) {
this.set('handleShowEditProfilePictureModal', function () {
//
});
this.set('handleShowEditProfilePictureModal', function () {});

this.set('isDev', true);

Expand Down

0 comments on commit 41229db

Please sign in to comment.