Skip to content

Commit

Permalink
fix: typo (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Tse <[email protected]>
  • Loading branch information
riverrun46 authored Mar 29, 2024
1 parent 88f419b commit 9ee12b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rune.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('rune', () => {
expect(() => Rune.fromString('BCGDENLQRQWDSLRUGSNLBTMFIJAW')).toThrow();
});

test('mainnet minumum at height', () => {
test('mainnet minimum at height', () => {
function testcase(height: number, minimum: string) {
expect(Rune.getMinimumAtHeight(Chain.MAINNET, u128(height)).toString()).toEqual(minimum);
}
Expand Down

0 comments on commit 9ee12b5

Please sign in to comment.