Skip to content

Commit

Permalink
lint(test): fix linting tests - #1107
Browse files Browse the repository at this point in the history
  • Loading branch information
gigalasr committed Jan 30, 2025
1 parent ab90607 commit 416027b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functionality/dataflow/query/resolve-value-query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { withShell } from '../../_helper/shell';
import { assert, describe } from 'vitest';
import type { ResolveValueQuery, ResolveValueQueryResult } from '../../../../src/queries/catalog/resolve-value-query/resolve-value-query-format';
import { fingerPrintOfQuery } from '../../../../src/queries/catalog/resolve-value-query/resolve-value-query-executor';
import { resolveToValues } from '../../../../src/dataflow/environments/resolve-by-name';
import { slicingCriterionToId } from '../../../../src/slicing/criterion/parse';
import { recoverName } from '../../../../src/r-bridge/lang-4.x/ast/model/processing/node-id';
import { numVal } from '../../_helper/ast-builder';

describe.sequential('Resolve Value Query', withShell(shell => {
Expand Down

0 comments on commit 416027b

Please sign in to comment.