Skip to content

Commit

Permalink
fixup! chore(types): member types for container amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 23, 2024
1 parent 8ddf076 commit 55fb2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ERTP/test/unitTests/mathHelpers/mockBrand.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AssetKind } from '../../../src/index.js';

/** @import {Brand} from '../../../src/types.js'; */

/** @type {Brand<AssetKind>} */
/** @type {Brand<'nat'>} */
export const mockNatBrand = Far('brand', {
// eslint-disable-next-line no-unused-vars
isMyIssuer: async allegedIssuer => false,
Expand Down

0 comments on commit 55fb2fa

Please sign in to comment.