Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 committed Aug 18, 2023
1 parent 8c84b70 commit f832e20
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

exports[`generateDts add defpact functions to defpact property 1`] = `
"
import type { IPactDecimal, IPactInt, PactReference, ICap } from '@kadena/types';
import type { PactReference } from '@kadena/client';
import type { IPactDecimal, IPactInt, ICap } from '@kadena/types';
interface ICapability_Coin_GAS {
(name: 'coin.GAS'): ICap;
Expand Down Expand Up @@ -138,7 +139,8 @@ declare module '@kadena/client' {

exports[`generateDts prefixes capabulities for defpact with defpact_ 1`] = `
"
import type { IPactDecimal, IPactInt, PactReference, ICap } from '@kadena/types';
import type { PactReference } from '@kadena/client';
import type { IPactDecimal, IPactInt, ICap } from '@kadena/types';
interface ICapability_Coin_GAS {
(name: 'coin.GAS'): ICap;
Expand Down

0 comments on commit f832e20

Please sign in to comment.