Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed May 30, 2020
1 parent bf37be2 commit 2a0f745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tomochain.js
Expand Up @@ -25,7 +25,7 @@ describe('TomoChain website', () => {
})

describe('/GET get-tomox script', () => {
let url = urljson(uri, 'get-tomox.sh')
let url = urljoin(uri, 'get-tomox.sh')
it(`GET ${url}`, (done) => {
chai.request(url)
.get('')
Expand Down

0 comments on commit 2a0f745

Please sign in to comment.