Skip to content

Commit

Permalink
ENG-1981 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Motokoder committed Oct 7, 2023
1 parent 4c9fd24 commit fc7fc1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/balance.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Principal } from '@dfinity/principal';
import { getNftBalance } from '../index';
import { OrigynClient } from '../origynClient';
const ORIGYN_CANISTER_ID = 'dytv5-jaaaa-aaaal-qbgtq-cai';
const ORIGYN_CANISTER_ID = 'mludz-biaaa-aaaal-qbhwa-cai';

test('expect getNftBalance to return nfts for test principal (from origynClient)', async () => {
const TEST_WALLET = 'jvdm5-xkwgc-4t2x7-ojmjd-ail2p-6agif-7m6a6-z6eok-oxueq-inzfb-zae';
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/nft/library.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('expect stage library asset to work', async () => {
// console.log('🚀 ~ file: stage.test.ts ~ line 84 ~ test ~ stage_asset', stage_asset);
});
// test('expect update library metadata to work', async () => {
// await OrigynClient.getInstance().init(true, 'dytv5-jaaaa-aaaal-qbgtq-cai', { key: { seed: WALLET_SEED } });
// await OrigynClient.getInstance().init(true, 'mludz-biaaa-aaaal-qbhwa-cai', { key: { seed: WALLET_SEED } });
// const data = {
// title: 'modified again - experience3.html',
// };
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/nftinfo.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getNft, getNftHistory } from '../index';
import { OrigynClient } from '../origynClient';
const ORIGYN_CANISTER_ID = 'dytv5-jaaaa-aaaal-qbgtq-cai';
const ORIGYN_CANISTER_ID = 'mludz-biaaa-aaaal-qbhwa-cai';
import JSONbig from 'json-bigint';

test('expect getNft to return valid response for epithalamus-amygdala-diencephalon', async () => {
Expand Down

0 comments on commit fc7fc1c

Please sign in to comment.