Skip to content

Commit c64fabc

Browse files
fixup! feat(input-selection): add large first input selection strategy
1 parent 6548c9f commit c64fabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/input-selection/test/LargeFirstSelection/LargeFirstSelection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import { TxTestUtil } from '@cardano-sdk/util-dev';
1313

1414
describe('LargeFirstSelection', () => {
15-
it('consumes only the largest ADA UTXOs needed and leaves the remainder', async () => {
15+
it('consumes just enough ADA UTXOs needed and leaves the remainder', async () => {
1616
const selector = new LargeFirstSelector({
1717
changeAddressResolver: new MockChangeAddressResolver()
1818
});

0 commit comments

Comments
 (0)