Skip to content

Commit

Permalink
fix tests and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Jul 12, 2023
1 parent db408b3 commit dbc9905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ TEMPLATE:
-->

## [UPCOMING]
### Fixed
- Bug while filtering multisig propsals by status
- Bug computing proposal status
### Changed
- Updates `@aragon/osx-ethers` to v1.3.0-rc0.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ describe("Client Address List", () => {
QueryAddresslistVotingProposals,
{
where: {
potentiallyExecutable: false,
endDate_lt: nowFilter,
executed: false,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@ describe("Token Voting Client", () => {
QueryTokenVotingProposals,
{
where: {
potentiallyExecutable: false,
endDate_lt: nowFilter,
executed: false,
},
Expand Down

0 comments on commit dbc9905

Please sign in to comment.