Skip to content

Commit

Permalink
fix(extension): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore committed May 7, 2024
1 parent b4a4ce4 commit c0a9408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('Testing VotingProceduresContainer component', () => {
environmentName: 'Preprod',
inMemoryWallet: {
governance: {
isRegisteredAsDRep$: of(true)
isRegisteredAsDRep$: of(false)
}
}
}));
Expand Down

0 comments on commit c0a9408

Please sign in to comment.