Skip to content

Commit d3fb4b0

Browse files
committed
Fix CI
1 parent 78e48b2 commit d3fb4b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test-components/HistorySideBar.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('HistorySideBar', () => {
2121
],
2222
branches: [],
2323
model: null,
24-
renderMime: null,
24+
commands: null,
2525
suspend: false
2626
};
2727
test('renders commit nodes', () => {

tests/test-components/PastCommitNode.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('PastCommitNode', () => {
5656
pre_commit: 'pre_commit'
5757
},
5858
branches: branches,
59-
renderMime: null,
59+
commands: null,
6060
suspend: false
6161
};
6262

0 commit comments

Comments
 (0)