less noisy integration tests

This commit is contained in:
Chris Troutner
2020-05-13 08:32:33 -07:00
parent f9c6c554a1
commit 76434aa970
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ describe('#slp', () => {
// 'a4fb5c2da1aa064e25018a43f9165040071d9e984ba190c222a7f59053af84b2'
const result = await slp.tokenStats(req, res)
console.log(`result: ${util.inspect(result)}`)
// console.log(`result: ${util.inspect(result)}`)
// Assert that expected properties exist.
assert.property(result, 'decimals')
@@ -71,7 +71,7 @@ describe('#slp', () => {
'a4fb5c2da1aa064e25018a43f9165040071d9e984ba190c222a7f59053af84b2'
const result = await slp.tokenStats(req, res)
console.log(`result: ${util.inspect(result)}`)
// console.log(`result: ${util.inspect(result)}`)
// Assert that expected properties exist.
assert.property(result, 'decimals')