balancer / balancer-v3-monorepo

GNU General Public License v3.0
45 stars 17 forks source link

Missing tests for Router.sol #754

Closed joaobrunoah closed 4 months ago

joaobrunoah commented 4 months ago

Description

This PR implements some missing mutation tests and other tests for Router.sol. It aimed to improve its coverage, but modifier branches are not registered by forge, so the coverage numbers don't improve much with this PR alone. Another PR will be opened targetting query tests.

Type of change

Checklist:

Issue Resolution

Closes #744