We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de49a4f commit ca1102dCopy full SHA for ca1102d
e2e/infrastructure/NamespaceHttp.spec.ts
@@ -45,7 +45,7 @@ describe('NamespaceHttp', () => {
45
const json = JSON.parse(data);
46
config = json;
47
account = Account.createFromPrivateKey(json.testAccount.privateKey, NetworkType.MIJIN_TEST);
48
- namespaceHttp = new NamespaceHttp(json.apiUrl);
+ namespaceHttp = new NamespaceHttp(json.apiUrl, NetworkType.MIJIN_TEST);
49
transactionHttp = new TransactionHttp(json.apiUrl);
50
generationHash = json.generationHash;
51
done();
0 commit comments