We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6548c9f commit c64fabcCopy full SHA for c64fabc
packages/input-selection/test/LargeFirstSelection/LargeFirstSelection.test.ts
@@ -12,7 +12,7 @@ import {
12
import { TxTestUtil } from '@cardano-sdk/util-dev';
13
14
describe('LargeFirstSelection', () => {
15
- it('consumes only the largest ADA UTXOs needed and leaves the remainder', async () => {
+ it('consumes just enough ADA UTXOs needed and leaves the remainder', async () => {
16
const selector = new LargeFirstSelector({
17
changeAddressResolver: new MockChangeAddressResolver()
18
});
0 commit comments