Skip to content

Commit

Permalink
Update DPostModel import in test-fixtures.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 21, 2023
1 parent 153574e commit 1ca9a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/test-fixtures.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Address, Dictionary } from 'ton-core'
import { RegisterAccount } from '../wrappers/DSocialNetworkMaster'
import { NftMetadataAttribute } from '../wrappers/DSocialNetworkAccount'
import { DPostModel } from '../models'
import { DPostModel } from './stub-post-serialization'

export const registerTestAccountMessage: RegisterAccount = {
$$type: 'RegisterAccount',
Expand Down

0 comments on commit 1ca9a78

Please sign in to comment.