Skip to content

Commit

Permalink
Apply suggestions (update changelog link) and change import
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Eisenberg <[email protected]>
  • Loading branch information
p- and aeisenberg authored Aug 12, 2024
1 parent dc6d5c1 commit 268fd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [UNRELEASED]

- Update results view to display the length of the shortest path for path queries.
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)

## 1.14.0 - 7 August 2024

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { render as reactRender, screen } from "@testing-library/react";
import { AlertTableResultRow } from "../AlertTableResultRow";
import type { Props } from "../AlertTablePathRow";
import type { Props } from "../AlertTableResultRow";
import { createMockResults } from "../../../../test/factories/results/mockresults";

describe(AlertTableResultRow.name, () => {
Expand Down

0 comments on commit 268fd9f

Please sign in to comment.