Skip to content

Commit ca1102d

Browse files
committed
Added networkType to namespaceHttp e2e tests
1 parent de49a4f commit ca1102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/infrastructure/NamespaceHttp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('NamespaceHttp', () => {
4545
const json = JSON.parse(data);
4646
config = json;
4747
account = Account.createFromPrivateKey(json.testAccount.privateKey, NetworkType.MIJIN_TEST);
48-
namespaceHttp = new NamespaceHttp(json.apiUrl);
48+
namespaceHttp = new NamespaceHttp(json.apiUrl, NetworkType.MIJIN_TEST);
4949
transactionHttp = new TransactionHttp(json.apiUrl);
5050
generationHash = json.generationHash;
5151
done();

0 commit comments

Comments
 (0)