Skip to content

Commit

Permalink
test(lister): properly name top level describe block
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Aug 29, 2016
1 parent e96daae commit 717c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const users = require('../fixtures/dnt-users');

const getUserData = auth.getUserData;

describe('POST /lister/:liste/*', () => {
describe('lister', () => {
before(() => {
auth.getUserData = () => Promise.resolve(users[1]);
});
Expand Down

0 comments on commit 717c2ea

Please sign in to comment.