Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Re-enable disabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaubatz committed Oct 22, 2019
1 parent 7b00e70 commit 0049ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api-code-examples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ test('cancel export', async t => {
t.is(body._id, exportId)
})

test.skip('list all exports', async t => {
test('list all exports', async t => {
const response = await client({
url: '/export',
method: 'GET'
Expand Down

0 comments on commit 0049ef8

Please sign in to comment.