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 42d8eaf commit 9d90637
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 9d90637

Please sign in to comment.