Skip to content

Commit e568396

Browse files
committed
fix currencies; add skip;
1 parent fa6ef7d commit e568396

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

run-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const exec = (bin, ...args) =>
144144
// 2) thrown from PYTHON (i.e. [AssertionError], [KeyError], [ValueError], etc)
145145
output.indexOf('Error]') > -1 ||
146146
// 3) thrown from PHP assert hook
147-
output.indexOf('[ASSERT_ERROR]]') > -1 ||
147+
output.indexOf('[ASSERT_ERROR]') > -1 ||
148148
// 4) thrown from PHP async library
149149
output.indexOf('Fatal error:') > -1
150150
) {

skip-tests.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,8 @@
570570
"skipWs": true,
571571
"skipMethods": {
572572
"loadMarkets": {
573-
"type": "unexpected market type"
573+
"type": "unexpected market type",
574+
"contractSize": "not defined when contract"
574575
},
575576
"fetchTickers": {
576577
"quoteVolume": "quoteVolume >= baseVolume * low is failing",

0 commit comments

Comments
 (0)