Skip to content

Commit

Permalink
Fix async/await use
Browse files Browse the repository at this point in the history
a.k.a. making it play nice with Kneden.
  • Loading branch information
marten-de-vries committed Feb 13, 2016
1 parent 6bbfc78 commit 8a369f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('unauthorized validation tests', () => {
});
});

describe('forbidden validation tests', async () => {
describe('forbidden validation tests', () => {
let rev;
beforeEach(async () => {
const data = await setupWithDoc();
Expand Down Expand Up @@ -231,7 +231,7 @@ describe('exception validation tests', () => {
});
});

describe('attachment validation tests', async () => {
describe('attachment validation tests', () => {
let rev;
const forbiddenDesignDoc = {
_id: '_design/test',
Expand Down

0 comments on commit 8a369f0

Please sign in to comment.