Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrlschwb committed Sep 8, 2023
1 parent bdc3c8f commit b9ee09c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ export class UpdateProfileHappyCaseFixture extends BaseQueryNodeFixture {
}

public getExpectedValues(): MemberProfileData {
console.log('new value : ', this.newValues)
console.log('old value : ', this.oldValues)
console.log(isSet(this.newValues.validatorAccount), 'name : ', isSet(this.newValues.name))
return {
handle: isSet(this.newValues.handle) ? this.newValues.handle : this.oldValues.handle,
name: isSet(this.newValues.name) ? this.newValues.name || null : this.oldValues.name,
Expand Down

0 comments on commit b9ee09c

Please sign in to comment.