Skip to content

Commit

Permalink
make failing DDO creation test actually fail
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 17, 2021
1 parent cc164ae commit 67cc8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
runs-on: ubuntu-latest
env:
ADDRESS_FILE: ${{ github.workspace }}/.ocean/ocean-contracts/artifacts/address.json
# AQUARIUS_URI: 'http://172.15.0.5:5000'
AQUARIUS_URI: http://127.0.0.1:5000
# AQUARIUS_URI: http://172.15.0.5:5000
# AQUARIUS_URI: http://127.0.0.1:5000

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ocean/Assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Assets', () => {
timeout
)
ddo = await ocean.assets.create(metadata, alice, [service1])
console.log(ddo)
assert.isDefined(ddo)
})

it('should add allow credential', async () => {
Expand Down

0 comments on commit 67cc8a7

Please sign in to comment.