Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Deshmukh authored and Jay Deshmukh committed Jun 30, 2018
1 parent e0eb50c commit c34e82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-node-oauth-dropbox-api/test/test.js
Expand Up @@ -39,8 +39,8 @@ run = async ()=> {
}
}

describe("OneApi :- Dropbox " , () => {
it("OneApi Dropbox :- User Authorization With OAuth", async () => {
describe("Test :- Dropbox " , () => {
it("Test Dropbox :- User Authorization With OAuth", async () => {
const response = await run()
}).timeout(15000)
})

0 comments on commit c34e82c

Please sign in to comment.