Skip to content

Commit 7eac905

Browse files
committed
Clean type assertion
1 parent 1496c8a commit 7eac905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/internal/query-executor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ describe('QueryExecutor', () => {
364364
const results: Result[] = []
365365

366366
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
367-
const managedTransaction: ManagedTransaction = {
367+
const managedTransaction = {
368368
run: (query: string, parameters?: any): Result => {
369369
const resultObserver = new ResultStreamObserverMock()
370370
resultObservers.push(resultObserver)

0 commit comments

Comments
 (0)