Skip to content

Commit

Permalink
governance.ctrl.defid.ts rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jul 4, 2024
1 parent 2b55479 commit cc1285c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe('governance - listProposals and getProposal', () => {
})
})

describe.only('governance - listProposalVotes', () => {
describe('governance - listProposalVotes', () => {
beforeAll(async () => {
app = new DefidBin()
await app.start([
Expand Down Expand Up @@ -323,7 +323,7 @@ describe.only('governance - listProposalVotes', () => {
await app.stop()
})

it.only('should listProposalVotes', async () => {
it('should listProposalVotes', async () => {
const result = await controller.listProposalVotes(cfpProposalId)
console.log('result: ', result)
const yesVote = result.data.find(vote => vote.vote === ProposalVoteResultType.YES)
Expand Down

0 comments on commit cc1285c

Please sign in to comment.