Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 1, 2020
1 parent c132ced commit c4f0813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-components/PastCommitNode.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ describe('PastCommitNode', () => {
pre_commit: 'pre_commit'
},
branches: branches,
renderMime: null
renderMime: null,
suspend: false
};

test('Includes commit info', () => {
Expand Down

0 comments on commit c4f0813

Please sign in to comment.