Skip to content

Commit

Permalink
Adding more details to test name
Browse files Browse the repository at this point in the history
  • Loading branch information
donosonaumczuk committed Apr 6, 2022
1 parent f8f62cc commit 6a0b383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/modules/follow/profile-follow-module.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ makeSuiteCleanRoom('Profile Follow Module', function () {
// TODO
});

it('Profile creation should succeed and emit expected event', async function () {
it('Profile creation using profile follow module should succeed and emit expected event', async function () {
const tx = lensHub.createProfile({
to: userAddress,
handle: MOCK_PROFILE_HANDLE,
Expand Down Expand Up @@ -242,6 +242,7 @@ makeSuiteCleanRoom('Profile Follow Module', function () {
})
).to.not.be.reverted;
});

it('Follow call should work when follower profile exists, is owned by the follower address and has not already followed the profile in the current revision', async function () {
await expect(
lensHub.createProfile({
Expand Down

0 comments on commit 6a0b383

Please sign in to comment.