Skip to content

Commit d3f81ad

Browse files
author
Igor Markin
authored
Merge pull request #85 from dashpay/fix/v19-tests
fix: insight tests failing since release of core v19
2 parents 9bb17d1 + 53a5660 commit d3f81ad

File tree

6 files changed

+23
-22
lines changed

6 files changed

+23
-22
lines changed

package-lock.json

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prepublishOnly": "npm run build"
5555
},
5656
"devDependencies": {
57-
"@dashevo/dp-services-ctl": "~0.15.0",
57+
"@dashevo/dp-services-ctl": "dashpay/js-dp-services-ctl#v0.15.1",
5858
"bower": "~1.8.8",
5959
"chai": "^4.2.0",
6060
"eslint": "^5.6.1",

public/js/angularjs-all.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/vendors.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ describe('basic UI tests', () => {
3939

4040
const dashCoreRpcClient = insightNode.dashCore.getApi();
4141

42+
await dashCoreRpcClient.createwallet('test');
43+
4244
const { result: address } = await dashCoreRpcClient.getNewAddress();
4345

4446
await dashCoreRpcClient.generateToAddress(15, address);

0 commit comments

Comments
 (0)