Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Nov 21, 2024
1 parent c681ff4 commit d106b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/storage.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Mas from '../../src/basicElements/mas'
import * as StorageCost from '../../src/basicElements/storage'
import { StorageCost } from '../../src/basicElements/storage'

const STORAGE_BYTE_COST = Mas.fromString('0.0001')
const BASE_ACCOUNT_CREATION_COST = Mas.fromString('0.001')
Expand Down

0 comments on commit d106b56

Please sign in to comment.