Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
blairg committed Dec 28, 2017
1 parent 27b3706 commit 4438c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/controllers/api.test.js
Expand Up @@ -9,7 +9,7 @@ import ApiController from './../../../src/server/controllers/api';
describe('server/controllers/api', () => {
describe('server/controllers/api', () => {
const todos = [{ title: 'my title', body: 'my body' }];

describe('get/handler', () => {
test('should return a list of todos', () => {
const reply = () => ({
Expand Down

0 comments on commit 4438c76

Please sign in to comment.