The "should close the Trove with some LUSD from another user" test in lib-ethers [calls getLQTYBalance](https://github.com/liquity/dev/blob/main/packages/lib-ethers/test/Liquity.test.ts#L383) instead of getLUSDBalance. ` const lusdBalance = await liquity.getLQTYBalance();`
The "should close the Trove with some LUSD from another user" test in lib-ethers calls getLQTYBalance instead of getLUSDBalance.
const lusdBalance = await liquity.getLQTYBalance();