Skip to content

Commit c2d3a80

Browse files
committed
test: - remove inferred type
1 parent 326ed87 commit c2d3a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Renderer/QueryResultsRenderer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class RendererStoryboard {
136136
describe('QueryResultsRenderer - sequences', () => {
137137
const parent = new TaskBuilder().description('parent').dueDate('2025-12-01').build();
138138
const child = new TaskBuilder().description('child').indentation(' ').id('childID').parent(parent).build();
139-
const parentAndChild: Task[] = [parent, child];
139+
const parentAndChild = [parent, child];
140140

141141
it('global query change to task layout option', async () => {
142142
// see issue #3702

0 commit comments

Comments
 (0)