Skip to content

Commit

Permalink
typo in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
summraznboi committed Apr 12, 2024
1 parent cbead9b commit 224f7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/rune.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _ from 'lodash';
import * as _ from 'lodash';
import { U128_MAX_BIGINT, u128 } from '../src/integer/u128';
import { Rune } from '../src/rune';
import { Network } from '../src/network';
Expand Down
2 changes: 1 addition & 1 deletion test/runestone.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _ from 'lodash';
import * as _ from 'lodash';
import { MAX_SPACERS, Runestone, isValidPayload } from '../src/runestone';
import { u128, u32, u64, u8 } from '../src/integer';
import { None, Option, Some } from '../src/monads';
Expand Down
2 changes: 1 addition & 1 deletion test/u128.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _ from 'lodash';
import * as _ from 'lodash';
import { SeekBuffer } from '../src/seekbuffer';
import { u128 } from '../src/integer/u128';

Expand Down

0 comments on commit 224f7d1

Please sign in to comment.